-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Vue warn]: Invalid vnode type when creating vnode: undefined. #85
Comments
@zhaozhongyu 提供一个范例项目给我 |
@zhaozhongyu Were you able to solve this issue? |
@devilwjp @Parag2385 |
@glepka , nope, I couldn't figure out. I ended up not using veaury. Instead, I'm developing the vue app screen by screen and using routing to run it by the side of our react app. |
@Parag2385 @glepka Can anyone provide an example project? |
what exactly needs to be sent? |
Provide the github URL of a test project. @glepka |
I created a private repository and added you as a collaborator There is a simple structure The vue component itself is located in the dist folder |
@glepka I think the problem you're having is that your project doesn't recognize the .vue file because you didn't add veaury/webpack/VeauryVuePlugin in webpack.config.js |
@glepka Is the problem solved? |
helloworld.vue内容
react中引用:
此时控制台提示
界面的元素:
The text was updated successfully, but these errors were encountered: