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>