🎨 Make bottomnav hiding configurable in router
This commit is contained in:
@ -80,6 +80,9 @@ const router = createRouter({
|
||||
path: "/login",
|
||||
name: "title.login",
|
||||
component: LoginView,
|
||||
meta: {
|
||||
hideNav: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/token",
|
||||
|
Reference in New Issue
Block a user