Fix: チャンネルを切り替えてもインナーが切り替わらない問題

This commit is contained in:
2026-06-03 20:12:37 +09:00
parent 1d02f987d9
commit 9d780cc806
@@ -78,7 +78,7 @@
<div class="community-inner">
<RouterView
:key="route.matched[1]?.path"
:key='route.fullPath.split("/")[3] ?? $route.fullPath'
/>
</div>
</div>