minor fix

This commit is contained in:
adisposkofh
2026-04-20 09:50:41 +02:00
parent 16b238124a
commit 1a813e52ce
+1
View File
@@ -233,6 +233,7 @@ const app = Vue.createApp({
renderers: null,
}),
components: {},
inject: ["isMobile"],
provide() {
return { // provide injectable & watchable language property
language: Vue.computed(() => this.$p.user_language),