style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-19 14:54:25 +00:00
parent f7029ad25b
commit 12178e8469
9 changed files with 23 additions and 15 deletions

View file

@ -139,7 +139,7 @@ const router = createRouter({
component: NotFound,
meta: { requiresAuth: false },
},
]
],
});
router.beforeEach(async (to, _from, next) => {