|
@@ -36,13 +36,13 @@ declare module "vue" {
|
|
export interface GlobalComponents {
|
|
export interface GlobalComponents {
|
|
RouterLink: typeof import("vue-router")["RouterLink"];
|
|
RouterLink: typeof import("vue-router")["RouterLink"];
|
|
RouterView: typeof import("vue-router")["RouterView"];
|
|
RouterView: typeof import("vue-router")["RouterView"];
|
|
- AModal: typeof import("ant-design-vue")["Modal"];
|
|
|
|
- AButton: typeof import("ant-design-vue")["Button"];
|
|
|
|
- AForm: typeof import("ant-design-vue")["Form"];
|
|
|
|
- AFormItem: typeof import("ant-design-vue")["FormItem"];
|
|
|
|
- AInput: typeof import("ant-design-vue")["Input"];
|
|
|
|
- APopover: typeof import("ant-design-vue")["Popover"];
|
|
|
|
- APopconfirm: typeof import("ant-design-vue")["Popconfirm"];
|
|
|
|
- ATooltip: typeof import("ant-design-vue")["Tooltip"];
|
|
|
|
|
|
+ // AModal: typeof import("ant-design-vue")["Modal"];
|
|
|
|
+ // AButton: typeof import("ant-design-vue")["Button"];
|
|
|
|
+ // AForm: typeof import("ant-design-vue")["Form"];
|
|
|
|
+ // AFormItem: typeof import("ant-design-vue")["FormItem"];
|
|
|
|
+ // AInput: typeof import("ant-design-vue")["Input"];
|
|
|
|
+ // APopover: typeof import("ant-design-vue")["Popover"];
|
|
|
|
+ // APopconfirm: typeof import("ant-design-vue")["Popconfirm"];
|
|
|
|
+ // ATooltip: typeof import("ant-design-vue")["Tooltip"];
|
|
}
|
|
}
|
|
}
|
|
}
|