Skip to content

Commit 1545bf8

Browse files
author
Hoang Nguyen
authored
ui: add missing antd component use (#4728)
Fixes #4724
1 parent d0e71ad commit 1545bf8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ui/src/core/lazy_lib/components_use.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ import {
6363
Pagination,
6464
Comment,
6565
Tree,
66-
Calendar
66+
Calendar,
67+
Slider,
68+
AutoComplete
6769
} from 'ant-design-vue'
6870

6971
Vue.use(ConfigProvider)
@@ -110,6 +112,8 @@ Vue.use(Pagination)
110112
Vue.use(Comment)
111113
Vue.use(Tree)
112114
Vue.use(Calendar)
115+
Vue.use(Slider)
116+
Vue.use(AutoComplete)
113117

114118
Vue.prototype.$confirm = Modal.confirm
115119
Vue.prototype.$message = message

0 commit comments

Comments
 (0)