Skip to content

Commit 68bf4ad

Browse files
fix(test recaptcha): test
1 parent b64afca commit 68bf4ad

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

components/Launcher.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@
3232
await websocket_store.ws_connect()
3333
}
3434
})
35+
36+
onMounted(async () => {
37+
console.log("useRuntimeConfig()", useRuntimeConfig())
38+
console.log("site_key", site_key)
39+
})
3540
</script>

components/Recaptcha.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
const { site_key } = props
2323
2424
onMounted(() => {
25+
console.log("recaptcha mounted", site_key)
2526
if (process.client) {
2627
const config = useRuntimeConfig()
2728
if (config.public.NODE_ENV !== "production") {

0 commit comments

Comments
 (0)