Initial commit

This commit is contained in:
wzy-warehouse
2026-04-07 20:01:06 +08:00
committed by GitHub
commit b87a0e71db
34 changed files with 6035 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/* 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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}