参考vue3-cron实现,加入了cron回显 项目地址 github :https://github.com/wuchuanpeng/no-vue3-cron github 项目启动: 1.npm install 2.npm run serve 依赖 Vue 3.0.0+ elementplus 安装方式 npm install no-vue3-cron 全局引入方式 //前置配置import{createApp}from'vue'importElementPlusfrom'element-plus'...
no-vue3-cron 这是一个 cron 表达式生成插件,基于 vue3.0 与 element-plus 实现 demo vue3-cron 参考vue3-cron实现,加入了cron回显 项目地址 github : https://github.com/wuchuanpeng/no-vue3-cron github 项目启动: 1.npm install 2.npm run serve 依赖 Vue 3.0.0+ elementplus 安装方式 npm instal...
这是一个 cron 表达式生成插件,基于 vue3.0 与 element-plus 实现. Contribute to wuchuanpeng/no-vue3-cron development by creating an account on GitHub.
no-vue3-cron 是一个基于 Vue 3 的 cron 表达式生成插件。cron 表达式用于定义定时任务的执行时间规则,可以在特定的时间点或时间间隔内执行任务。 该插件提供了一个简单易用的界面,使用户能够通过选择和填写表单来生成 cron 表达式。它可以帮助开发人员快速创建和管理定时任务,并且支持动态生成 cron 表达式。 no-...
Expand Up@@ -33,7 +33,7 @@ npm install no-vue3-cron //前置配置 import{createApp}from'vue' importElementPlusfrom'element-plus' import'element-plus/lib/theme-chalk/index.css' import'element-plus/theme-chalk/index.css' importAppfrom'./App.vue' ...
项目中用的{"element-plus": "^2.3.4" },其中 el-button,el-tag 的 props 有破坏性更新。 no-vue3-cron 中的element-plus还停留在beta版本,可以更新一下写法重新发个包么。 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment ...
vuetify2 to vuetify3 vuetify-loader to vuetify-loader@next nsano-rururu added the vue3 label May 6, 2024 nsano-rururu self-assigned this May 6, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees nsano-rururu Labels ...
github :https://github.com/wuchuanpeng/no-vue3-cron github 项目启动: 1.npm install 2.npm run serve 依赖 Vue 3.0.0+ elementplus 安装方式 npm install no-vue3-cron 全局引入方式 //前置配置import{createApp}from'vue'importElementPlusfrom'element-plus'import'element-plus/lib/theme-chalk/index....
no-vue3-cron", - "version": "1.0.4", + "version": "1.0.6", "license": "MIT", "dependencies": { "core-js": "^3.6.5", - "element-plus": "^1.0.2-beta.28", - "vue": "^3.0.0" + "element-plus": "^2.7.2", + "vue": "^3.2.37" }, "devDependencies": { "@vu...