mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
use template append
This commit is contained in:
parent
4fd68ec04c
commit
5031c76141
1 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue