feat: 新增分割面板组件

This commit is contained in:
KAI
2024-12-28 15:00:09 +00:00
committed by Charles7c
parent 6ff307251f
commit b98febcff5
7 changed files with 549 additions and 131 deletions

View File

@@ -51,6 +51,7 @@ declare module 'vue' {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default']
SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default']
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
UserSelect: typeof import('./../components/UserSelect/index.vue')['default']
Verify: typeof import('./../components/Verify/index.vue')['default']