fix(schedule): 修复无法打开 CRON 生成器的问题

This commit is contained in:
2024-12-11 20:55:26 +08:00
parent ef4b6b99c6
commit 7f503f3af3
3 changed files with 4 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ declare module 'vue' {
CellCopy: typeof import('./../components/CellCopy/index.vue')['default']
Chart: typeof import('./../components/Chart/index.vue')['default']
CronForm: typeof import('./../components/GenCron/CronForm/index.vue')['default']
CronModal: typeof import('./../components/GenCron/CronModal/index.vue')['default']
CronModel: typeof import('./../components/GenCron/CronModel/index.vue')['default']
DateRangePicker: typeof import('./../components/DateRangePicker/index.vue')['default']
DayForm: typeof import('./../components/GenCron/CronForm/component/day-form.vue')['default']