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,
|
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
|
||||||
|
|
Loading…
Reference in New Issue