mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-18 15:25:36 +02:00
🎨
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user