mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 新增group-tag组件,待办任务查看功能
This commit is contained in:
2
src/typings/components.d.ts
vendored
2
src/typings/components.d.ts
vendored
@ -27,6 +27,7 @@ declare module 'vue' {
|
||||
FlowPreview: typeof import('./../components/custom/workflow/flow-preview.vue')['default']
|
||||
FormTip: typeof import('./../components/custom/form-tip.vue')['default']
|
||||
FullScreen: typeof import('./../components/common/full-screen.vue')['default']
|
||||
GroupTag: typeof import('./../components/custom/group-tag.vue')['default']
|
||||
IconAntDesignEnterOutlined: typeof import('~icons/ant-design/enter-outlined')['default']
|
||||
IconAntDesignReloadOutlined: typeof import('~icons/ant-design/reload-outlined')['default']
|
||||
IconAntDesignSettingOutlined: typeof import('~icons/ant-design/setting-outlined')['default']
|
||||
@ -59,6 +60,7 @@ declare module 'vue' {
|
||||
'IconQuill:expand': typeof import('~icons/quill/expand')['default']
|
||||
'IconSimpleIcons:gitee': typeof import('~icons/simple-icons/gitee')['default']
|
||||
IconUilSearch: typeof import('~icons/uil/search')['default']
|
||||
InfoTag: typeof import('./../components/custom/info-tag.vue')['default']
|
||||
JsonPreview: typeof import('./../components/custom/json-preview.vue')['default']
|
||||
LangSwitch: typeof import('./../components/common/lang-switch.vue')['default']
|
||||
LeaveEdit: typeof import('./../components/custom/workflow/leave-edit/index.vue')['default']
|
||||
|
Reference in New Issue
Block a user