From 14cf23c337affa186ddc4b83b3054054df133e9b Mon Sep 17 00:00:00 2001 From: Yuri Date: Mon, 21 Jan 2019 15:52:13 +0100 Subject: [PATCH 1/2] - Refactored the Vue component to load a lot faster (not using intervals anymore) - Made it possible to bind the response token to a model, the Vue way. - Made all props optional with default values that can be configured on the component --- vuejs/GoogleReCaptchaV3.vue | 98 ++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 56 deletions(-) diff --git a/vuejs/GoogleReCaptchaV3.vue b/vuejs/GoogleReCaptchaV3.vue index fa3742f..deff0a7 100644 --- a/vuejs/GoogleReCaptchaV3.vue +++ b/vuejs/GoogleReCaptchaV3.vue @@ -1,88 +1,74 @@