: rotating_light: Lint
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
export default function({ route, redirect }) {
|
||||
if(route.fullPath !== '/') {
|
||||
export default function ({
|
||||
route,
|
||||
redirect
|
||||
}) {
|
||||
if (route.fullPath !== '/') {
|
||||
return redirect('/');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user