Skip to content

cron表达式(CronForm)

/web/src/components/cronInput/CronForm.vue一个生成cron表达式的组件

API

Attributes

参数说明类型默认值必填
v-model绑定值string-
i18n国际化i18n'cn'
maxHeight最大高度string'300px'
inputProps输入框props,与 Element Plus 的 Input 输入框的 Attributes 相同。

类型定义

i18n

ts
type i18n = 'cn' | 'en' | 'pt' | undefined

Released under the MIT License.