Added sidebar

This commit is contained in:
2023-06-15 11:34:16 +02:00
parent e4549c7baf
commit 5205d9a295
19 changed files with 313 additions and 44 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url)),
'@components': fileURLToPath(new URL('./src/components', import.meta.url)),
'@views': fileURLToPath(new URL('./src/views', import.meta.url)),
'@assets': fileURLToPath(new URL('./src/assets', import.meta.url)),
}
}
})