1.0.4 • Published 2 years ago

czr-vue-cron v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

czr-vue-cron

npm install czr-vue-cron

Image text

引入

<template>
  <div id="app">
    cron表达式:<input v-model="cronVal"/>
    <CzrVueCron :cron.sync="cronVal" :recent="[5, 5]"/>
  </div>
</template>

<script>
import CzrVueCron from 'czr-vue-cron'

export default {
  components: {
    CzrVueCron
  },
  data() {
    return {
      cronVal: ''
    }
  }
}
</script>

参数

cron:表达式参数
recent(非必传):
    [last, will]
    last-过去运行次数
    will-未来运行次数

问题

如有问题请联系:526948392@qq.com
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago