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