Skip to content

Commit bf60715

Browse files
committed
docs: add hero image
1 parent 066edb2 commit bf60715

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
generate cron expressions using Vue.js
44

5+
![Vue.js Cron Hero](./vue-js-cron-hero.png)
6+
57
This component is inspired by [react-js-cron](https://github.com/xrutayisire/react-js-cron) and [jqcron](https://github.com/arnapou/jqcron)
68

79
# Getting Started

docs/src/.vuepress/components/api/core-props.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
{name:'Description', value: 'desc'},
2828
],
2929
items: [
30-
{name: 'value', type:"`string`", default: 'required', desc: 'the current cron expression'},
30+
{name: 'value', type:"`string`", default: '`"* * * * *"`', desc: 'the current cron expression'},
3131
{name: 'fields', type:"`Field[]`", default: '...', desc: 'each field defines on position of the cron expression'},
3232
{name: 'periods', type:"`Period[]`", default: '...', desc: 'the `value` porperty of a period determines which fields are visible'},
3333
{name: 'locale', type:"`string`", default: '`"en"`', desc: ''},

vue-js-cron-hero.png

11.1 KB
Loading

0 commit comments

Comments
 (0)