jellyfin-vue/layouts/fullpage.vue
MrTimscampi 09b94982b1 feat(backdrop): add backdrop support
A component has been added to the default layout, which displays a blurhash from a Vuex store. The
Vuex store can either set or clear backdrops. To set a backdrop, you must pass a BaseItemDto[] in
order to retrieve the relevant images.
2020-09-25 14:14:17 +02:00

9 lines
103 B
Vue

<template>
<v-app>
<v-main>
<nuxt />
</v-main>
<snackbar />
</v-app>
</template>