30 lines
1.4 KiB
TypeScript
30 lines
1.4 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BulletChart: typeof import('./src/components/charts/BulletChart.vue')['default']
|
|
ConnectionLines: typeof import('./src/components/strategy/ConnectionLines.vue')['default']
|
|
GaugeChart: typeof import('./src/components/charts/GaugeChart.vue')['default']
|
|
KnowledgePanel: typeof import('./src/components/KnowledgePanel.vue')['default']
|
|
KPIListView: typeof import('./src/components/KPIListView.vue')['default']
|
|
MapNode: typeof import('./src/components/strategy-map/MapNode.vue')['default']
|
|
MyDialog: typeof import('./src/components/MyDialog.vue')['default']
|
|
NodeEditDialog: typeof import('./src/components/strategy-map/NodeEditDialog.vue')['default']
|
|
ProfitBreakdown: typeof import('./src/components/charts/ProfitBreakdown.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
StrategyLayer: typeof import('./src/components/strategy-map/StrategyLayer.vue')['default']
|
|
WaterfallChart: typeof import('./src/components/charts/WaterfallChart.vue')['default']
|
|
WelcomeGuide: typeof import('./src/components/WelcomeGuide.vue')['default']
|
|
}
|
|
}
|