feat: 新增字典组件封装和示例

Former-commit-id: bb4ce3c0504987d8f33dbd09c93f685e5ca3b9df
This commit is contained in:
hxr
2023-07-20 01:31:23 +08:00
parent c56ed76534
commit 3372a05e0b
5 changed files with 107 additions and 32 deletions

View File

@@ -91,6 +91,7 @@ declare module "@vue/runtime-core" {
TagInput: typeof import("./../components/TagInput/index.vue")["default"];
TagsView: typeof import("./../layout/components/TagsView/index.vue")["default"];
WangEditor: typeof import("./../components/WangEditor/index.vue")["default"];
Dictionary: typeof import("./../components/Dictionary/index.vue")["default"];
}
export interface ComponentCustomProperties {
vLoading: typeof import("element-plus/es")["ElLoadingDirective"];