Show app configure tabs on the left
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user