摘要: 组件代码 <template> <div class="draggable" :style="{ transform: `translate(${position.x}px, ${position.y}px)` }" @mousedown="startDrag" > <slot></slot> </ 阅读全文
posted @ 2025-03-25 15:13 南瓜壳 阅读(12) 评论(0) 推荐(0)