🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

iview-cron

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iview-cron

cron表达式组件

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

iview-cron

提取已经封装好的cron组件,变成npm包方便他人使用

参数

该组件有且只有一个属性

名称说明类型默认值
valuecron表达式,可以使用 v-model 双向绑定数据String-

使用

<template>
  <Cron v-model="cron" />
</template>
<script>
  import Cron from 'iview-cron'
  export default {
    component: { Cron },
    data() {
      return {
        cron: ''
      }
    }
  }
</script>

Keywords

iview

FAQs

Package last updated on 27 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts