Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.23 KB

File metadata and controls

49 lines (33 loc) · 1.23 KB

npm npm bundle size (version) npm GitHub top language NPM GitHub last commit

vue-delay-clock

基于 vue.js 和 moment.js 实现,简单的、可延迟、动态时间展示组件。 npm

📝Usage

install

yarn add vue moment
yarn add vue-delay-clock

module

import VueDelayClock from 'vue-delay-clock'

Vue.use(VueDelayClock)

use

<VueDelayClock></VueDelayClock>

🎉Example

🔖Props

Prop Type Usage
delay Number 设置延时时间,单位为秒(Set the delay time in seconds)

📌LICENSE

MIT