1.0.14 • Published 2 months ago

vue-cron-create v1.0.14

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

vue-cron-create

Downloads Version

功能介绍: 这是一款cron表达式生成器,同时支持回显功能,基于vue3。

Getting started

安装

npm install vue-cron-create

引入方式

// 局部引入
import { VueCronCreate } from 'vue-cron-create/src/components/vue-cron-create'

<template>
  <VueCronCreate :getOutCron="'0 30 8 ? * WED,THU'" @sendCron="getSendCron"></VueCronCreate>
</template>

属性/事件

  • 输入属性:

    getOutCron:接收一个cron表达式

  • 输出事件

    sendCron:输出生成的cron表达式

效果图

npm.io

1.0.9

2 months ago

1.0.8

2 months ago

1.0.11

2 months ago

1.0.10

2 months ago

1.0.14

2 months ago

1.0.13

2 months ago

1.0.12

2 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago