vuejs / babel-plugin-transform-vue-jsx

babel plugin for vue 2.0 jsx
1.85k stars 132 forks source link

[Vue warn]: Error in data(): "TypeError: Cannot read property '$createElement' of undefined" #168

Open iwangx opened 5 years ago

iwangx commented 5 years ago

example url: https://github.com/iwangx/jsx-example/tree/transform-vue-jsx When I run npm run serve there will be an error.

iwangx commented 5 years ago

So, I suggest that if you can find $createElement in the current near scope, don't define $createElement, because in many cases we will pass in $createElement ourselves, and if you redefine it yourself, many problems will arise.