# Vue时钟组件 **Repository Path**: KindllySatan/vue-timeclock-component ## Basic Information - **Project Name**: Vue时钟组件 - **Description**: 自制的一个Vue时钟组件,依赖DayJS插件实现对时间的获取与处理。 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-17 - **Last Updated**: 2021-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue时钟组件 ### 外部依赖 本组件使用了DayJS实现对时间的获取与处理。 ``` npm install dayjs -s ``` ### 使用方法 直接丢到components文件夹下并在需要使用的应用中import引用即可使用