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:
2
src/components.d.ts
vendored
2
src/components.d.ts
vendored
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user