Skip to content

Commit 96ad544

Browse files
fix(recaptcha): console.log useRuntimeConfig
1 parent 21eb852 commit 96ad544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Launcher.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
4646
onMounted(() => {
4747
if (process.client) {
48+
console.log("useRuntimeConfig()", useRuntimeConfig())
4849
const config = useRuntimeConfig()
4950
if (config.public.NODE_ENV !== "production") {
5051
cloud_store.$patch({ is_captcha_validated: true })

0 commit comments

Comments
 (0)