Skip to content
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

TypeError: Cannot read property 'get' of undefined #33

Closed
JugnuPathak opened this issue Dec 12, 2017 · 1 comment
Closed

TypeError: Cannot read property 'get' of undefined #33

JugnuPathak opened this issue Dec 12, 2017 · 1 comment

Comments

@JugnuPathak
Copy link

Im getting error

[Vue warn]: Error in created hook: "TypeError: Cannot read property 'get' of undefined"

found in

---> <VPaginator>
       <Root>

https://jsfiddle.net/JunedLanja/oty8w8go/1/

@hootlex
Copy link
Owner

hootlex commented Dec 12, 2017

Thanks for the repro link!

This happens because Vue.prototype.$http is null. You have to either use Vue Resource or set Vue.prototype.$http = axios if you are using axios.

Duplicate of #24

@hootlex hootlex closed this as completed Dec 12, 2017
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

No branches or pull requests

2 participants