Fix hydration issue + Edit Page (#1043)

This commit is contained in:
Geometrically
2023-03-12 13:00:09 -07:00
committed by GitHub
parent 130ece3d2e
commit 6d9779a497
5 changed files with 32 additions and 26 deletions

View File

@@ -256,6 +256,9 @@ export default defineNuxtConfig({
children: [],
})
},
'app:created'() {
console.log('beforeeeee')
},
},
runtimeConfig: {
apiBaseUrl: process.env.BASE_URL ?? getApiUrl(),