-
Notifications
You must be signed in to change notification settings - Fork 9
ReferenceError: _h is not defined #8
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
Comments
@ra100 any luck finding a work around? |
@anlek I am not exactly sure, how I made it work
then in component just:
you can find it here: |
I currently have this same issue too.. I'm trying to resolve this. |
I managed to find a solution. The codebase was using a private API that changed in a recent version of Vue Template Compiler source: vuejs/vue#4536 (comment) |
Downgrading |
I'm suffering from this issue as well. Incredibly, when not using vue-icons, I get a similar error when using Vue 2.1.4 or earlier (SimulatedGREG/electron-vue#96), so I can't even go back to that to make vue-icons work. What's the step by step process to get one of the PRs above to work with a project? I used |
Hey @zxc23 because vue-icons is written in coffee script and requires pre-compiling. I have made a compiled version and it can be installed as follows.
This will have to be used until the current maintainer accepts the pull request and pushes a compiled version to npmjs.org |
Thanks a heap! BTW there's a backslash in that link: |
thanks for pointing that out @zxc23 I have corrected the comment for people searching for the fix. |
@paulpflug are you ok to merge this any time soon? |
After updating to vue 2.1.6 I'm getting error
ReferenceError: _h is not defined
and I can not useicon
at all.The text was updated successfully, but these errors were encountered: