Files
JeecgBoot/ant-design-vue-jeecg/src/components/jeecg/JEasyCron/index.js
2021-06-02 15:28:23 +08:00

6 lines
157 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 原开源项目地址https://gitee.com/toktok/easy-cron
import InputCron from './InputCron.vue'
InputCron.name = 'JEasyCron'
export default InputCron