2024-09-02 20:50:10 +02:00
|
|
|
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
2024-09-03 20:01:32 +02:00
|
|
|
NavBar: typeof import('./src/components/NavBar.vue')['default']
|
2024-09-02 20:50:10 +02:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
}
|
|
|
|
}
|