🎨
This commit is contained in:
parent
0a295e1bb0
commit
d609f41f61
20 changed files with 324 additions and 73 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue