16 changed files with 2230 additions and 316 deletions
@ -0,0 +1,18 @@ |
|||||
|
/* 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 { |
||||
|
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'] |
||||
|
MyModal: typeof import('./src/components/MyModal.vue')['default'] |
||||
|
RouterLink: typeof import('vue-router')['RouterLink'] |
||||
|
RouterView: typeof import('vue-router')['RouterView'] |
||||
|
} |
||||
|
} |
File diff suppressed because it is too large
@ -0,0 +1 @@ |
|||||
|
{"root":["./src/main.ts","./src/shims-vue.d.ts","./src/router/index.ts","./src/store/user.ts","./src/views/highscore/dailymonitoring/test.ts","./src/app.vue","./src/components/helloworld.vue","./src/components/mymodal.vue","./src/components/legend/index.vue","./src/components/mapcontainer/index.vue","./src/views/components/modal.vue","./src/views/highscore/chargemonitoring/container/containerleft.vue","./src/views/highscore/chargemonitoring/container/containerright.vue","./src/views/highscore/chargemonitoring/container/showmodal.vue","./src/views/highscore/dailymonitoring/index.vue","./src/views/highscore/dailymonitoring/container/bottom.vue","./src/views/highscore/dailymonitoring/container/containerleft.vue","./src/views/highscore/dailymonitoring/container/containerright.vue","./src/views/highscore/datavisualization/container/containerleft.vue","./src/views/highscore/datavisualization/container/containerright.vue","./src/views/highscore/emergencyresponse/container/containerleft.vue","./src/views/highscore/emergencyresponse/container/containerright.vue","./src/views/highscore/emergencyresponse/container/showmodal.vue","./src/views/highscore/holidays/container/containerleft.vue","./src/views/highscore/holidays/container/containerright.vue","./src/views/highscore/tunnelmonitoring/container/index.vue","./src/views/highscore/video/container/containerleft.vue","./src/views/highscore/video/container/containerright.vue","./src/views/highscore/video/container/index.vue"],"version":"5.8.3"} |
@ -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…
Reference in new issue