Skip to content

Commit f8d0fd3

Browse files
committed
updated vue document
1 parent 24b1c27 commit f8d0fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Supported: siteKey, elementId, inline and action, check the original file to see
376376
````
377377

378378

379-
There are two ways you can bind reCAPTCHA v3 to the component, in the following example, you need to import GoogleReCaptchaV3 component first and then pass site key into the component.
379+
There are two ways you can bind site key to the component.
380380

381381
### Use prop
382382

@@ -396,7 +396,7 @@ There are two ways you can bind reCAPTCHA v3 to the component, in the following
396396
placeholder="Password">
397397
</div>
398398
<div>
399-
<div id="contact_us_id"></div>
399+
<div id="contact_us_id"></div> // Your reCAPTCHA div element
400400
</div>
401401
402402
<button type="submit">Submit</button>
@@ -437,7 +437,7 @@ There are two ways you can bind reCAPTCHA v3 to the component, in the following
437437
438438
````
439439

440-
### Add site key directly into GoogleReCaptchaV3 component
440+
### or Add site key directly into GoogleReCaptchaV3 component
441441

442442
Alternatively, I believe most of cases your site key will never be changed, so you could just modify the original published component to have sitekey hard-coded in.
443443

0 commit comments

Comments
 (0)