1.1.0 • Published 5 years ago

vue-pure-cron v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Vue Pure Cron

npm

简体中文

Introduction

Vue pure cron is a vue component designed to generate commonly used cron expression.

Install via npm

npm install vue-pure-cron --save

Quick Start

import Vue from 'vue';
import PureCron from 'vue-pure-cron';

Vue.use(PureCron);

Recent updates

  • Multi-language supported: English(default) and Simplified Chinese

Attributes

Attribute nameDescriptionTypeDefaultAttention
widthwidth of the componentstring, number'100%'Component has a min-width of 420px
showOperationPanelIf operation panel is displayedbooleantrue-
defaultLangDefault Lang of Vue Pure Cronstringen-
showLangSwitchIf language switch is displayedbooleantrue-

Events

Event nameDescriptionParametersAttention
generatetriggers when confirm btn is clickedexp(generated cron expression)confirm btn only shows when showOperationPanel attr is true
1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago