This commit is contained in:
2026-05-02 09:59:06 +08:00
parent ea3e60c17c
commit 1af4075e9b
249 changed files with 11209 additions and 14884 deletions

6
components.d.ts vendored
View File

@@ -19,6 +19,6 @@ declare module 'vue' {
// For TSX support
declare global {
const RouterLink: typeof import('vue-router')['RouterLink']
const RouterView: typeof import('vue-router')['RouterView']
}
const RouterLink: (typeof import('vue-router'))['RouterLink']
const RouterView: (typeof import('vue-router'))['RouterView']
}