-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add usage #74
Merged
docs: add usage #74
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
atinux
reviewed
Feb 1, 2021
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
atinux
reviewed
Feb 2, 2021
atinux
reviewed
Feb 2, 2021
atinux
reviewed
Feb 2, 2021
atinux
reviewed
Feb 2, 2021
atinux
reviewed
Feb 2, 2021
atinux
reviewed
Feb 2, 2021
atinux
reviewed
Feb 2, 2021
atinux
reviewed
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #42
close #64
close #67