mirror of https://github.com/halo-dev/halo-admin
Remove unkown component in ant design vue
parent
aa210a207e
commit
66d7fa71b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue