mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
minor fix
This commit is contained in:
@@ -232,6 +232,7 @@ const app = Vue.createApp({
|
|||||||
appSideMenuEntries: {},
|
appSideMenuEntries: {},
|
||||||
renderers: null,
|
renderers: null,
|
||||||
}),
|
}),
|
||||||
|
components: {},
|
||||||
computed: {
|
computed: {
|
||||||
isMobile() {
|
isMobile() {
|
||||||
const smallScreen = window.matchMedia("(max-width: 767px)").matches;
|
const smallScreen = window.matchMedia("(max-width: 767px)").matches;
|
||||||
@@ -239,7 +240,6 @@ const app = Vue.createApp({
|
|||||||
return smallScreen;// && touchCapable;
|
return smallScreen;// && touchCapable;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {},
|
|
||||||
provide() {
|
provide() {
|
||||||
return { // provide injectable & watchable language property
|
return { // provide injectable & watchable language property
|
||||||
language: Vue.computed(() => this.$p.user_language),
|
language: Vue.computed(() => this.$p.user_language),
|
||||||
|
|||||||
Reference in New Issue
Block a user