mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
use v-app story wrapper
This commit is contained in:
parent
922618d8ee
commit
719385c758
1 changed files with 5 additions and 4 deletions
|
|
@ -1,11 +1,12 @@
|
|||
<template>
|
||||
<v-theme-provider
|
||||
with-background
|
||||
<v-app
|
||||
:theme="themeName"
|
||||
class="pa-2"
|
||||
>
|
||||
<slot name="story"></slot>
|
||||
</v-theme-provider>
|
||||
<v-main>
|
||||
<slot name="story"></slot>
|
||||
</v-main>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
|
|
|||
Loading…
Reference in a new issue