Nolan

Results 3 comments of Nolan

Still seems to be an issue. Shows images but does not animate correctly. Works well with Jquery 1.6, but 1.9 onwards it falls apart

Need to run `this.$refs.captcha.execute();` after the response (success or error) otherwise you are submitting the same token.

I found that @focus is not reliable when using DOM manipulation, such as v-if and therefore, directives would be the best approach: ``` export default { name: "FormComponent", data() {...