+
# countDown **Repository Path**: fcli/count-down ## Basic Information - **Project Name**: countDown - **Description**: 倒计时 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-07 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # countdown ## VUE3 拖拽组件 ```bash npm install @fcli/countdown --save-dev 来安装 在项目中使用 import VerCode from '@fcli/vue-vercode'; const app=createApp(App) app.use(VerCode); ``` ## 使用实例 ```