This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user