In my index.ts file I\'m configuring my google recaptcha component with the sitekey:
index.ts
Vue.use(VueReCaptcha, { siteKey: \'my_redacted_sitekey\' });