mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
feat: sidebar can collapsable
This commit is contained in:
@@ -26,14 +26,12 @@ const routes = [
|
||||
{
|
||||
path: '/friendlist',
|
||||
name: 'friendList',
|
||||
component: FriendList,
|
||||
meta: { fullScreen: true }
|
||||
component: FriendList
|
||||
},
|
||||
{
|
||||
path: '/charts',
|
||||
name: 'charts',
|
||||
component: Charts,
|
||||
meta: { fullScreen: true }
|
||||
component: Charts
|
||||
},
|
||||
{ path: '/tools', name: 'tools', component: Tools },
|
||||
{ path: '/profile', name: 'profile', component: Profile },
|
||||
|
||||
Reference in New Issue
Block a user