1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 09:14:05 +02:00
This commit is contained in:
syuilo
2025-03-18 22:21:28 +09:00
parent 05391f59a5
commit 62bf0d53d3
4 changed files with 10 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<div :class="$style.root">
<StackingRouterView :key="reloadCount" :router="windowRouter"/>
<StackingRouterView v-if="prefer.s['experimental.stackingRouterView']" :key="reloadCount" :router="windowRouter"/>
<RouterView v-else :key="reloadCount" :router="windowRouter"/>
</div>