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 b64afca commit 68bf4adCopy full SHA for 68bf4ad
components/Launcher.vue
@@ -32,4 +32,9 @@
32
await websocket_store.ws_connect()
33
}
34
})
35
+
36
+ onMounted(async () => {
37
+ console.log("useRuntimeConfig()", useRuntimeConfig())
38
+ console.log("site_key", site_key)
39
+ })
40
</script>
components/Recaptcha.vue
@@ -22,6 +22,7 @@
22
const { site_key } = props
23
24
onMounted(() => {
25
+ console.log("recaptcha mounted", site_key)
26
if (process.client) {
27
const config = useRuntimeConfig()
28
if (config.public.NODE_ENV !== "production") {
0 commit comments