feat(app): Added sidebar navigation and new page routes

- Added Nodes and Settings page routes
- Updated component import paths
- Imported database connection dependencies
This commit is contained in:
2025-10-10 09:09:19 +08:00
parent 4aba63cb93
commit 2a18061700
11 changed files with 96 additions and 32 deletions

2
src/components.d.ts vendored
View File

@@ -10,6 +10,6 @@ declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Spary: typeof import('./components/spary.vue')['default']
Spary: typeof import('./components/index/spary.vue')['default']
}
}