add:增加vue-flow组件

This commit is contained in:
liangdong
2026-01-10 12:57:14 +08:00
parent 2a76877bdb
commit 23a7285e29
7 changed files with 560 additions and 0 deletions

2
components.d.ts vendored
View File

@@ -74,11 +74,13 @@ declare module 'vue' {
GlobalIcon: typeof import('./src/components/GlobalIcon/index.vue')['default']
MemberSelector: typeof import('./src/components/memberSelector/index.vue')['default']
NameAvatar: typeof import('./src/components/nameAvatar/index.vue')['default']
NodeFlow: typeof import('./src/components/nodeFlow/index.vue')['default']
OverflowTabs: typeof import('./src/components/overflowTabs/index.vue')['default']
PageForm: typeof import('./src/components/pageForm/index.vue')['default']
ProTable: typeof import('./src/components/proTable/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SopNode: typeof import('./src/components/nodeFlow/sopNode.vue')['default']
StageBreadcrumbs: typeof import('./src/components/stageBreadcrumbs/index.vue')['default']
StandardMenu: typeof import('./src/components/standardMenu/index.vue')['default']
StandMenu: typeof import('./src/components/standMenu/index.vue')['default']