+
# vue_drag **Repository Path**: fcli/vue_drag ## Basic Information - **Project Name**: vue_drag - **Description**: 悬浮可拖动组件 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-10-27 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-drag ## VUE3 拖拽组件 ```bash npm install @fcli/vue-drag --save-dev 来安装 在项目中使用 import VerCode from '@fcli/vue-vercode'; const app=createApp(App) app.use(VerCode); ``` ## 使用实例 ```