2026-03-05 23:45:39 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// biome-ignore lint: disable
|
|
|
|
|
// oxlint-disable
|
|
|
|
|
// ------
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
import { GlobalComponents } from 'vue'
|
|
|
|
|
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// For TSX support
|
|
|
|
|
declare global {
|
2026-05-02 09:59:06 +08:00
|
|
|
const RouterLink: (typeof import('vue-router'))['RouterLink']
|
|
|
|
|
const RouterView: (typeof import('vue-router'))['RouterView']
|
|
|
|
|
}
|