Browse Source

暂存/components.d.ts

master
biexueqin 3 weeks ago
parent
commit
e58130c1e8
  1. 24
      types/components.d.ts

24
types/components.d.ts

@ -0,0 +1,24 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AInput: typeof import('ant-design-vue/es')['Input']
AModal: typeof import('ant-design-vue/es')['Modal']
AProgress: typeof import('ant-design-vue/es')['Progress']
ATable: typeof import('ant-design-vue/es')['Table']
ATree: typeof import('ant-design-vue/es')['Tree']
HelloWorld: typeof import('./../src/components/HelloWorld.vue')['default']
Legend: typeof import('./../src/components/Legend/index.vue')['default']
MapContainer: typeof import('./../src/components/MapContainer/index.vue')['default']
Modal: typeof import('./../src/views/components/modal.vue')['default']
MyModal: typeof import('./../src/components/MyModal.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}
Loading…
Cancel
Save