We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21eb852 commit 96ad544Copy full SHA for 96ad544
components/Launcher.vue
@@ -45,6 +45,7 @@
45
46
onMounted(() => {
47
if (process.client) {
48
+ console.log("useRuntimeConfig()", useRuntimeConfig())
49
const config = useRuntimeConfig()
50
if (config.public.NODE_ENV !== "production") {
51
cloud_store.$patch({ is_captcha_validated: true })
0 commit comments