摘要: // 视图层<div class="regularAI" ref="draggableDiv" :style="{ top: `${position.y}px`, left: `${position.x}px` }"> <span @mousedown="startDrag">{{ isDraggi 阅读全文
posted @ 2024-10-14 16:29 好运的菜狗 阅读(172) 评论(0) 推荐(0)
摘要: vue3项目,借鉴了网上的一些,感觉不太适合,就自己边借鉴,边弄了一个,复制即用// useWebSocket.ts import { ref, onMounted, onUnmounted } from 'vue'; export interface SamListData { // ...你的 阅读全文
posted @ 2024-10-14 16:08 好运的菜狗 阅读(673) 评论(0) 推荐(1)