feat: 前端引入PrimeVue、VueRouter

This commit is contained in:
2025-12-10 17:09:35 +08:00
parent 3ca6528567
commit d79c6362f2
16 changed files with 276 additions and 157 deletions

17
apps/frontend/components.d.ts vendored Normal file
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']
}
}