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
+1 -2
View File
@@ -313,8 +313,7 @@
watch(
() => route.path,
(newPath, oldPath) => {
console.log('Route changed - FriendsList', newPath, oldPath);
() => {
nextTick(() => friendsListSearchChange());
},
{ immediate: true }