feat: add auth protection to routes using meta fields

This commit is contained in:
mono
2026-03-15 23:32:36 -05:00
parent 6e3d9b8a49
commit eb4811ab8b
4 changed files with 24 additions and 2 deletions

View File

@@ -39,6 +39,9 @@ export default defineConfig({
imports: [
'vue',
'vue-router',
{
'unplugin-vue-router': ['definePage'],
},
],
eslintrc: {
enabled: true,