fix bg decalage #2195

This commit is contained in:
2023-07-07 12:25:53 +02:00
parent 7edb505b96
commit 654843bfc9
2 changed files with 10 additions and 2 deletions

View File

@@ -15,8 +15,6 @@ import VuePlyr from 'vue-plyr'
import 'vue-plyr/dist/vue-plyr.css'
const app = createApp(App)
// https://vuejs.org/guide/components/provide-inject.html#provide
app.config.unwrapInjectedRef = true;
const pinia = createPinia()
pinia.use( ({store}) => { store.router = router } )