MeterSphere/frontend/components.d.ts

16 lines
391 B
TypeScript
Raw Normal View History

2023-05-24 11:08:08 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
2023-06-26 09:46:35 +08:00
export {};
2023-05-24 11:08:08 +08:00
declare module '@vue/runtime-core' {
export interface GlobalComponents {
2023-06-26 09:46:35 +08:00
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
2023-05-24 11:08:08 +08:00
}
}