Update components_use.js

pull/3445/head
ruibaby 2019-11-16 21:22:27 +08:00
parent 533e464b5d
commit 69df1a1422
1 changed files with 3 additions and 1 deletions

View File

@ -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