feat: switch to sidebase/nuxt !

This commit is contained in:
valere
2023-03-09 19:40:02 +01:00
parent 63b895633b
commit bab74dd088
86 changed files with 18165 additions and 5562 deletions

7
components.d.ts vendored
View File

@@ -7,14 +7,7 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ApplicationsList: typeof import('./src/components/applications-list.vue')['default']
BackupRestore: typeof import('./src/components/backup-restore.vue')['default']
Demo: typeof import('./src/components/demo.vue')['default']
Disclaimer: typeof import('./src/components/disclaimer.vue')['default']
HeroButtons: typeof import('./src/components/hero-buttons.vue')['default']
HeroTitle: typeof import('./src/components/hero-title.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Terminal: typeof import('./src/components/terminal.vue')['default']
}
}