-
Notifications
You must be signed in to change notification settings - Fork 12
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
An error is still reported when the JSX example is loaded. #12
Comments
能否给个demo链接? |
出现这种报错的原因是:babel 转义 JSX 时,会导入一些依赖,比如: 我目前的解决办法是,将 babel 的导入语句和 vue 的导入语句合并,相关代码在这:extractVueImport 和 mergeVueImports 可能我对于一些 边缘case 没有考虑到,能否给个 demo |
错误的链接已发 |
问题已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error tips: Identifier '_createVNode' has already been declared. (119:66)
The text was updated successfully, but these errors were encountered: