feat: sidebar can collapsable

This commit is contained in:
pa
2025-10-17 23:16:40 +09:00
committed by Natsumi
parent dc51d156e4
commit 0d7f610829
3 changed files with 6 additions and 16 deletions

View File

@@ -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 },