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

feat(editor,stage): 完善双击画布可以已弹层方向显示并显示完整的组件

This commit is contained in:
roymondchen
2024-01-18 11:29:14 +08:00
parent 3613237350
commit c30e7d340b
20 changed files with 344 additions and 218 deletions

View File

@@ -27,7 +27,7 @@ import { OnDrag } from 'gesto';
import Resizer from './Resizer.vue';
defineOptions({
name: 'MEditorLayout',
name: 'MEditorSplitView',
});
const emit = defineEmits(['update:left', 'change', 'update:right']);