mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
feat: add breadcrumb components and main dialog layout functionality
This commit is contained in:
@@ -2,7 +2,7 @@ import { createRouter, createWebHashHistory } from 'vue-router';
|
||||
|
||||
import { watchState } from './../service/watchState';
|
||||
|
||||
import AuthenticatedLayout from '../views/Layout/AuthenticatedLayout.vue';
|
||||
import MainLayout from '../views/Layout/MainLayout.vue';
|
||||
import Charts from './../views/Charts/Charts.vue';
|
||||
import FavoritesAvatar from './../views/Favorites/FavoritesAvatar.vue';
|
||||
import FavoritesFriend from './../views/Favorites/FavoritesFriend.vue';
|
||||
@@ -31,7 +31,7 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
component: AuthenticatedLayout,
|
||||
component: MainLayout,
|
||||
meta: { requiresAuth: true },
|
||||
children: [
|
||||
{ path: '', redirect: { name: 'feed' } },
|
||||
|
||||
Reference in New Issue
Block a user