Remove unkown component in ant design vue

pull/59/head
johnniang 2019-11-16 21:00:12 +08:00
parent aa210a207e
commit 66d7fa71b1
1 changed files with 1 additions and 3 deletions

View File

@ -47,8 +47,7 @@ import {
Comment, Comment,
ConfigProvider, ConfigProvider,
Timeline, Timeline,
Steps, Steps
Empty
} from 'ant-design-vue' } from 'ant-design-vue'
Vue.use(Anchor) Vue.use(Anchor)
@ -97,7 +96,6 @@ Vue.use(Comment)
Vue.use(ConfigProvider) Vue.use(ConfigProvider)
Vue.use(Timeline) Vue.use(Timeline)
Vue.use(Steps) Vue.use(Steps)
Vue.use(Empty)
Vue.prototype.$message = message Vue.prototype.$message = message
Vue.prototype.$notification = notification Vue.prototype.$notification = notification