refactor: remove WorkflowLeaveForm type from Vue typings

This commit is contained in:
AN 2025-06-01 00:08:33 +08:00
parent 4614b97796
commit 394db6fec2

View File

@ -149,7 +149,6 @@ declare module 'vue' {
UserSelect: typeof import('./../components/custom/user-select.vue')['default']
WaveBg: typeof import('./../components/custom/wave-bg.vue')['default']
WorkflowCategorySelect: typeof import('./../components/custom/workflow-category-select.vue')['default']
WorkflowLeaveForm: typeof import('./../components/custom/workflow-leave-form.vue')['default']
WorkflowTaskApplyModal: typeof import('./../components/custom/workflow-task-apply-modal.vue')['default']
}
}