Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 340 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 340 Bytes

安装

npm install @cps0919/vue-cron --save

引入包

import vueCron from '@cps0919/vue-cron'
import "@cps0919/vue-cron/index.css"
Vue.use(vueCron)

插件使用

//属性props
val:cron表达式
//事件
valChange:获取到cron表达式

github地址

(https://github.com/cps0919/cron-component.git)