ui: add missing antd component use (#4728)

Fixes #4724
This commit is contained in:
Hoang Nguyen 2021-02-25 23:28:42 +07:00 committed by GitHub
parent d0e71adbbf
commit 1545bf8dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -63,7 +63,9 @@ import {
Pagination,
Comment,
Tree,
Calendar
Calendar,
Slider,
AutoComplete
} from 'ant-design-vue'
Vue.use(ConfigProvider)
@ -110,6 +112,8 @@ Vue.use(Pagination)
Vue.use(Comment)
Vue.use(Tree)
Vue.use(Calendar)
Vue.use(Slider)
Vue.use(AutoComplete)
Vue.prototype.$confirm = Modal.confirm
Vue.prototype.$message = message