Show app configure tabs on the left

This commit is contained in:
Johannes Zellner
2025-02-21 15:19:48 +01:00
parent e4c47de90a
commit fae1b4dec1
4 changed files with 9 additions and 11 deletions

View File

@@ -165,7 +165,7 @@ onUnmounted(() => {
</div>
</div>
<TabView ref="tabView" :tabs="tabs" @changed="onTabChanged">
<TabView ref="tabView" :tabs="tabs" @changed="onTabChanged" tab-position="left">
<template #info><Info :app="app"/></template>
<template #display>Display</template>
<template #location></template>