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

ReferenceError: _h is not defined #2

Open
klkvsk opened this issue Feb 12, 2017 · 0 comments
Open

ReferenceError: _h is not defined #2

klkvsk opened this issue Feb 12, 2017 · 0 comments

Comments

@klkvsk
Copy link

klkvsk commented Feb 12, 2017

This is probably due to change in vue internals -- shortcut to vue.$createElement changed from "_h" to "_c".
Please try rebuilding against more recent vue2 version and push update to npm.

Uncaught (in promise) ReferenceError: _h is not defined
    at Proxy.__vue__options__.render (eval at <anonymous> (app.js:3375), <anonymous>:173:49)
    at VueComponent.Vue._render (eval at <anonymous> (app.js:729), <anonymous>:2216:22)
    at VueComponent.updateComponent (eval at <anonymous> (app.js:729), <anonymous>:2609:21)
    at Watcher.get (eval at <anonymous> (app.js:729), <anonymous>:2934:27)
    at new Watcher (eval at <anonymous> (app.js:729), <anonymous>:2926:12)
    at VueComponent.Vue._mount (eval at <anonymous> (app.js:729), <anonymous>:2608:19)
    at VueComponent.Vue$3.$mount (eval at <anonymous> (app.js:729), <anonymous>:6178:15)
    at VueComponent.Vue$3.$mount (eval at <anonymous> (app.js:729), <anonymous>:8549:16)
    at creator (eval at <anonymous> (app.js:3381), <anonymous>:9:31)
    at VueComponent.created (eval at <anonymous> (app.js:3387), <anonymous>:7:51)
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

1 participant