timer4vue
v1.0.2
Published
```shell npm install timer4vue --save ``` # 代码演示 ##基本用法 ```vue <template> <timer ref="timerRef" :time="6" time-type="seconds" /> <button @click="start">start</button> <button @click="stop">stop</button> <button @click="restart">re
Downloads
2