-
Notifications
You must be signed in to change notification settings - Fork 134
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
Uncaught TypeError: this.getRecaptcha is not a function #30
Comments
Can you provide a jsbin or jsfiddle to reproduce it? |
I have tried some possible ways, but I can't reproduce this error. |
Got the same error... |
I'll give you a gist asap |
Got the same problem with version 0.3.0. |
There appears to be a problem with the npm version of the package. |
@jzelez I think I can just change the main script in |
I've tested it some more. It isn't an issue with npm or anything... Sorry for false alarm. |
OK. I've published v0.3.1. |
There is now a problem when installing:
|
Oh. Maybe I shouldn't use yarn to publish it. |
I don't know why the tarball on npm is corrupt. |
Hmm.. now it installs, but gives the previous error Package.json now points to main.js, which apparently doesn't compile as it should. I think you should point |
But I have change the entry point to `dist/vue-recaptcha.js |
Yup. It works now.. Seems yarn messed up my local cache. Sorry about that :) Thanks! 👍 |
OK. I'll close this issue. |
I carefully followed your steps for installation but I keep getting this error.
I have done nothing special. Inserted the tag in the head, added VueRecaptcha as a component and put the key in the key attribute.
What do you need from me in order to debug this?
The text was updated successfully, but these errors were encountered: