fix scroll on ios
Deploy app frontend / app frontend (push) Successful in 1m31s

This commit is contained in:
2024-12-07 22:37:32 +02:00
parent a420a7a040
commit cd0cddbf84
6 changed files with 71 additions and 14 deletions
+1 -1
View File
@@ -36,6 +36,7 @@ const app = createApp(App)
const vueQueryPluginOptions: VueQueryPluginOptions = {
enableDevtoolsV6Plugin: import.meta.env.DEV,
queryClientConfig: {
defaultOptions: {
queries: {
@@ -60,7 +61,6 @@ app.use(PrimeVue, {
},
},
})
app.config.globalProperties.$swDebug = ref([])
app.mount('#app')