Skip to content

Conversation

@farnabaz
Copy link
Member

@farnabaz farnabaz commented Feb 1, 2021

  • Add module usage
  • Add server-site validation example

close #42
close #64
close #67

@farnabaz farnabaz requested a review from atinux February 1, 2021 17:58
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
@atinux atinux requested a review from mvrlin February 2, 2021 10:19
@farnabaz farnabaz merged commit 2121a82 into master Feb 2, 2021
@farnabaz farnabaz deleted the usage branch February 2, 2021 12:04
@farnabaz farnabaz mentioned this pull request Feb 2, 2021
Merged
mvrlin added a commit that referenced this pull request Feb 3, 2021
* Use PascalCase for component registration

This allows both `<Recaptcha>` and `<recaptcha>` to be used in templates.

Components that are registered in PascalCase can be used in templates with either PascalCase or kebab-case, whereas components registered in kebab-case can only be referenced in kebab-case. Some projects prefer to use PascalCase for component tags, so it's better for this plugin to make both options available.

See https://vuejs.org/v2/guide/components-registration.html#Name-Casing

* update plugin.js for global use

* Moved script element error callback to within promise so that the error can be caught further up the stack

* Reset ready state after error

* docs: remove david badge

* docs: add usage (#74)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* feat(multi-widget): render and verify multiple v2 widgets (#75)

* feat(language): enable google auto detection (#72)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* fix: describe error within execute() (#40)

Co-authored-by: Abdelhak Akermi <abdelhak@akermi.me>

* feat: runtime config (#70)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Nikolay Baskov <baskov@adv.ru>

* fix: remove badge on destroy (#76)

* Apply suggestions from code review

Co-authored-by: Simon Garner <simon.garner@madscience.co.nz>
Co-authored-by: mvrlin <mvrlin@pm.me>
Co-authored-by: lat1992 <lat1992@users.noreply.github.com>
Co-authored-by: Owen Andrews <owen@owenandre.ws>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Red Bayoub <40964509+redbayoub@users.noreply.github.com>
Co-authored-by: Abdelhak Akermi <abdelhak.akermi@gmail.com>
Co-authored-by: Abdelhak Akermi <abdelhak@akermi.me>
Co-authored-by: bason8800 <41577602+bason8800@users.noreply.github.com>
Co-authored-by: Nikolay Baskov <baskov@adv.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Closing the documentation gap is there any docs for this module? How to actually use the captcha on a page?

3 participants