style: fix linting issues met Prettier
This commit is contained in:
parent
f7029ad25b
commit
12178e8469
9 changed files with 23 additions and 15 deletions
|
@ -139,7 +139,7 @@ const router = createRouter({
|
|||
component: NotFound,
|
||||
meta: { requiresAuth: false },
|
||||
},
|
||||
]
|
||||
],
|
||||
});
|
||||
|
||||
router.beforeEach(async (to, _from, next) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue