1
0
mirror of synced 2026-04-04 07:08:34 +08:00

feat(editor): 样式配置面板支持拖动大小

This commit is contained in:
roymondchen
2024-12-30 20:44:27 +08:00
parent 246e6941d5
commit e8bbdf613b
4 changed files with 33 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
<script lang="ts" setup>
import { computed, onBeforeUnmount, onMounted, ref, useTemplateRef, watchEffect } from 'vue';
import { OnDrag } from 'gesto';
import type { OnDrag } from 'gesto';
import Resizer from './Resizer.vue';