1
0
mirror of synced 2025-12-24 05:07:56 +08:00

refactor: 将data-source,dep,schema,utils收敛到core,将form,table,stage,design,util收敛到editor

This commit is contained in:
roymondchen
2024-09-04 17:25:33 +08:00
parent 4004c424f6
commit f69bd78af1
212 changed files with 634 additions and 778 deletions

View File

@@ -1,6 +1,6 @@
import { computed, ref } from 'vue';
import type { DataSourceSchema } from '@tmagic/schema';
import type { DataSourceSchema } from '@tmagic/core';
import DataSourceConfigPanel from '@editor/layouts/sidebar/data-source/DataSourceConfigPanel.vue';
import type { DataSourceService } from '@editor/services/dataSource';