@@ -32,7 +32,7 @@ npm install google-recaptcha-vue3
32321 . ** Import the component:**
3333
3434 ``` JavaScript
35- import GoogleRecaptcha from ' google-recaptcha-v3 ' ;
35+ import GoogleRecaptcha from ' google-recaptcha-vue3 ' ;
3636 ```
3737
38382. ** Integrate into your component template: **
@@ -50,7 +50,7 @@ npm install google-recaptcha-vue3
5050
5151 <script setup>
5252 import { ref } from 'vue';
53- import GoogleRecaptcha from 'google-recaptcha-v3 ';
53+ import GoogleRecaptcha from 'google-recaptcha-vue3 ';
5454
5555 const recaptchaRef = ref(null);
5656
@@ -107,7 +107,7 @@ npm install google-recaptcha-vue3
1071071. ** Import the component: **
108108
109109 ` ` ` JavaScript
110- import GoogleRecaptcha from 'google-recaptcha-v3 ';
110+ import GoogleRecaptcha from 'google-recaptcha-vue3 ';
111111 ` ` `
112112
1131132. ** Use it in your component template: **
@@ -125,7 +125,7 @@ npm install google-recaptcha-vue3
125125
126126 <script setup>
127127 import { ref } from 'vue';
128- import GoogleRecaptcha from 'google-recaptcha-v3 ';
128+ import GoogleRecaptcha from 'google-recaptcha-vue3 ';
129129
130130 const handleToken = (token) => {
131131 console.log('Token:', token);
0 commit comments