Remove unkown component in ant design vue

pull/3445/head
johnniang 2019-11-16 21:00:12 +08:00
parent 8365bc26da
commit 8bb56d24a6
1 changed files with 1 additions and 3 deletions

View File

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