use template append

This commit is contained in:
Gauthier Roebroeck 2026-01-21 12:12:19 +08:00
parent 4fd68ec04c
commit 5031c76141

View file

@ -14,6 +14,7 @@
</template>
</v-app-bar-nav-icon>
</template>
<v-app-bar-title>
<RouterLink to="/">
<v-avatar start>
@ -22,8 +23,11 @@
</RouterLink>
Komga
</v-app-bar-title>
<LocaleSelector />
<ThemeSelector />
<template #append>
<LocaleSelector />
<ThemeSelector />
</template>
</v-app-bar>
</template>