You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
example url:
https://github.com/iwangx/jsx-example/tree/transform-vue-jsx
When I run
npm run serve
there will be an error.The text was updated successfully, but these errors were encountered: