1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 15:25:36 +02:00
This commit is contained in:
syuilo
2025-03-18 17:31:25 +09:00
parent 0a295e1bb0
commit d609f41f61
20 changed files with 324 additions and 73 deletions

View File

@@ -12,8 +12,9 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
</template>
<div class="_pageContainer" style="height: 100%;">
<RouterView @contextmenu.stop="onContextmenu"/>
<div style="height: 100%;">
<StackingRouterView v-if="prefer.s['experimental.stackingRouterView']" @contextmenu.stop="onContextmenu"/>
<RouterView v-else @contextmenu.stop="onContextmenu"/>
</div>
</XColumn>
</template>