mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-03 19:50:52 +00:00
09b94982b1
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.
9 lines
103 B
Vue
9 lines
103 B
Vue
<template>
|
|
<v-app>
|
|
<v-main>
|
|
<nuxt />
|
|
</v-main>
|
|
<snackbar />
|
|
</v-app>
|
|
</template>
|