mirror of https://github.com/halo-dev/halo
Update components_use.js
parent
533e464b5d
commit
69df1a1422
|
@ -47,7 +47,8 @@ import {
|
||||||
Comment,
|
Comment,
|
||||||
ConfigProvider,
|
ConfigProvider,
|
||||||
Timeline,
|
Timeline,
|
||||||
Steps
|
Steps,
|
||||||
|
Empty
|
||||||
} from 'ant-design-vue'
|
} from 'ant-design-vue'
|
||||||
|
|
||||||
Vue.use(Anchor)
|
Vue.use(Anchor)
|
||||||
|
@ -96,6 +97,7 @@ 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