vue3-cron icon indicating copy to clipboard operation
vue3-cron copied to clipboard

Corn expression plugin based on vue3+elementplus(基于vue3+elementplus的corn表达式插件)

Results 14 vue3-cron issues
Sort by recently updated
recently updated
newest added

已成功安装 ![image](https://user-images.githubusercontent.com/38208580/215253046-f623007e-5753-40dc-b3bc-3492e51cdb56.png) ![image](https://user-images.githubusercontent.com/38208580/215253076-06c89ff0-cdfc-4248-9c9c-7a11380a5064.png)

![image](https://user-images.githubusercontent.com/39555978/225796460-8f106529-38f9-4cdd-870c-c5d1b1948b29.png) ![image](https://user-images.githubusercontent.com/39555978/225796509-a6e76dda-3f62-41a4-9cbc-eae39e869022.png)

### 显示异常 ![image](https://user-images.githubusercontent.com/24355623/191684181-da530bf3-b696-4755-a83a-9d5ef647957e.png) ### 显示正常 ![image](https://user-images.githubusercontent.com/24355623/191684418-78194121-186c-48c8-9f57-96cdcfe6d772.png)

### 报错信息 ### 引入组件

将现有的cron表达式显示到控件上 #7

希望通过既有Cron表达式反向显示在控件上 例如 `0/10 * * * * ? *` 显示到控件上是 秒的 第二项 `每隔-10+秒执行 从-0+秒开始` 同时cron预览也能显示 `0/10 * * * * ? *`

参照例子引入后报错 ``` VUE版本: "vue": "^3.0.0", "element-plus": "^1.3.0-beta.9", "vue3-cron": "^1.1.6" ``` ``` 错误信息: Uncaught TypeError: Object(...) is not a function at Module.fb15 (vue3Cron.umd.js?1a3a:250:1) at __webpack_require__ (vue3Cron.umd.js?1a3a:30:1) at eval (vue3Cron.umd.js?1a3a:94:1) at eval...

请问内部element的组件不渲染是什么原因啊