1
0
mirror of synced 2026-04-03 06:28:35 +08:00

chore(editor): 将hooks放到同一个文件夹中

This commit is contained in:
roymondchen
2023-08-09 19:22:42 +08:00
parent a8f8f488ad
commit d8a2a1f805
11 changed files with 29 additions and 10 deletions

View File

@@ -43,8 +43,8 @@ import type { Id } from '@tmagic/schema';
import CodeBlockEditor from '@editor/components/CodeBlockEditor.vue';
import CodeParams from '@editor/components/CodeParams.vue';
import Icon from '@editor/components/Icon.vue';
import { useCodeBlockEdit } from '@editor/hooks/use-code-block-edit';
import type { CodeParamStatement, CodeSelectColConfig, Services } from '@editor/type';
import { useCodeBlockEdit } from '@editor/utils/use-code-block-edit';
defineOptions({
name: 'MEditorCodeSelectCol',