Replies: 1 comment 3 replies
-
You need to cast it to import VueRecaptcha from 'vue-recaptcha'
...
const invisibleRecaptcha = this.$refs.invisibleRecaptcha as VueRecaptcha
invisibleRecaptcha.reset() |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have got a problem with TypeScript implementation. In JS everything is ok.
the same with
.execute();
as well.Beta Was this translation helpful? Give feedback.
All reactions