mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-04 22:57:10 +08:00
feat: 新增任务调度模块
SnailJob(灵活,可靠和快速的分布式任务重试和分布式任务调度平台)
This commit is contained in:
7
src/types/components.d.ts
vendored
7
src/types/components.d.ts
vendored
@@ -8,6 +8,13 @@ export {}
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Breadcrumb: typeof import('./../components/Breadcrumb/index.vue')['default']
|
||||
CrontabDay: typeof import('./../components/CornTab/CrontabDay.vue')['default']
|
||||
CrontabField: typeof import('./../components/CornTab/CrontabField.vue')['default']
|
||||
CrontabGenerator: typeof import('./../components/CornTab/CrontabGenerator.vue')['default']
|
||||
CrontabModel: typeof import('./../components/CornTab/CrontabModel.vue')['default']
|
||||
CrontabMonth: typeof import('./../components/CornTab/CrontabMonth.vue')['default']
|
||||
CrontabWeek: typeof import('./../components/CornTab/CrontabWeek.vue')['default']
|
||||
CrontabYear: typeof import('./../components/CornTab/CrontabYear.vue')['default']
|
||||
DateRangePicker: typeof import('./../components/DateRangePicker/index.vue')['default']
|
||||
GiCellAvatar: typeof import('./../components/GiCell/GiCellAvatar.vue')['default']
|
||||
GiCellGender: typeof import('./../components/GiCell/GiCellGender.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user