mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
feat: enhance navigation menu with social tab and popover functionality
This commit is contained in:
@@ -50,3 +50,10 @@ export const router = createRouter({
|
||||
export function initRouter(app) {
|
||||
app.use(router);
|
||||
}
|
||||
|
||||
router.beforeEach((to, from) => {
|
||||
if (to.path === '/social') {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user