|
@@ -1,39 +1,41 @@
|
|
// generated by unplugin-vue-components
|
|
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
-import "@vue/runtime-core";
|
|
|
|
|
|
+import '@vue/runtime-core'
|
|
|
|
|
|
-export {};
|
|
|
|
|
|
+export {}
|
|
|
|
|
|
-declare module "@vue/runtime-core" {
|
|
|
|
|
|
+declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
export interface GlobalComponents {
|
|
- AButton: typeof import("ant-design-vue/es")["Button"];
|
|
|
|
- AConfigProvider: typeof import("ant-design-vue/es")["ConfigProvider"];
|
|
|
|
- ADropdown: typeof import("ant-design-vue/es")["Dropdown"];
|
|
|
|
- AForm: typeof import("ant-design-vue/es")["Form"];
|
|
|
|
- AFormItem: typeof import("ant-design-vue/es")["FormItem"];
|
|
|
|
- AInput: typeof import("ant-design-vue/es")["Input"];
|
|
|
|
- AInputSearch: typeof import("ant-design-vue/es")["InputSearch"];
|
|
|
|
- AMenu: typeof import("ant-design-vue/es")["Menu"];
|
|
|
|
- AMenuItem: typeof import("ant-design-vue/es")["MenuItem"];
|
|
|
|
- AModal: typeof import("ant-design-vue/es")["Modal"];
|
|
|
|
- APopconfirm: typeof import("ant-design-vue/es")["Popconfirm"];
|
|
|
|
- APopover: typeof import("ant-design-vue/es")["Popover"];
|
|
|
|
- ARadio: typeof import("ant-design-vue/es")["Radio"];
|
|
|
|
- ARadioGroup: typeof import("ant-design-vue/es")["RadioGroup"];
|
|
|
|
- ARow: typeof import("ant-design-vue/es")["Row"];
|
|
|
|
- ASelect: typeof import("ant-design-vue/es")["Select"];
|
|
|
|
- ASelectOption: typeof import("ant-design-vue/es")["SelectOption"];
|
|
|
|
- ASlider: typeof import("ant-design-vue/es")["Slider"];
|
|
|
|
- ASpin: typeof import("ant-design-vue/es")["Spin"];
|
|
|
|
- ASwitch: typeof import("ant-design-vue/es")["Switch"];
|
|
|
|
- ATooltip: typeof import("ant-design-vue/es")["Tooltip"];
|
|
|
|
- CommonMarkHeader: typeof import("./src/components/CommonMarkHeader.vue")["default"];
|
|
|
|
- PageError404: typeof import("./src/components/PageError404.vue")["default"];
|
|
|
|
- QmButton: typeof import("./src/components/QmButton.vue")["default"];
|
|
|
|
- QmDialog: typeof import("./src/components/QmDialog.vue")["default"];
|
|
|
|
- RouterLink: typeof import("vue-router")["RouterLink"];
|
|
|
|
- RouterView: typeof import("vue-router")["RouterView"];
|
|
|
|
- ZoomPaper: typeof import("./src/components/ZoomPaper.vue")["default"];
|
|
|
|
|
|
+ AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
|
+ ACol: typeof import('ant-design-vue/es')['Col']
|
|
|
|
+ AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
|
|
|
+ ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
|
|
|
+ AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
|
+ AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
|
|
+ AInput: typeof import('ant-design-vue/es')['Input']
|
|
|
|
+ AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
|
|
|
|
+ AMenu: typeof import('ant-design-vue/es')['Menu']
|
|
|
|
+ AMenuItem: typeof import('ant-design-vue/es')['MenuItem']
|
|
|
|
+ AModal: typeof import('ant-design-vue/es')['Modal']
|
|
|
|
+ APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
|
|
|
|
+ APopover: typeof import('ant-design-vue/es')['Popover']
|
|
|
|
+ ARadio: typeof import('ant-design-vue/es')['Radio']
|
|
|
|
+ ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
|
|
|
|
+ ARow: typeof import('ant-design-vue/es')['Row']
|
|
|
|
+ ASelect: typeof import('ant-design-vue/es')['Select']
|
|
|
|
+ ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
|
|
|
|
+ ASlider: typeof import('ant-design-vue/es')['Slider']
|
|
|
|
+ ASpin: typeof import('ant-design-vue/es')['Spin']
|
|
|
|
+ ASwitch: typeof import('ant-design-vue/es')['Switch']
|
|
|
|
+ ATextarea: typeof import('ant-design-vue/es')['Textarea']
|
|
|
|
+ ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
|
|
|
+ CommonMarkHeader: typeof import('./src/components/CommonMarkHeader.vue')['default']
|
|
|
|
+ PageError404: typeof import('./src/components/PageError404.vue')['default']
|
|
|
|
+ QmButton: typeof import('./src/components/QmButton.vue')['default']
|
|
|
|
+ QmDialog: typeof import('./src/components/QmDialog.vue')['default']
|
|
|
|
+ RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
+ RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
+ ZoomPaper: typeof import('./src/components/ZoomPaper.vue')['default']
|
|
}
|
|
}
|
|
}
|
|
}
|