Failed to resolve component: component v-bind router-link
Version
3.1.1
Reproduction link
https://codesandbox.io/s/bold-rgb-c8pf6?file=/src/App.vue
Steps to reproduce
open it https://codesandbox.io/s/bold-rgb-c8pf6?file=/src/App.vue
What is expected?
how to fix it
What is actually happening?
warn in console: Failed to resolve component: component
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.
You need to add the router https://next.router.vuejs.org/
@posva Can you edit the link?
https://codesandbox.io/s/bold-rgb-c8pf6?file=/src/main.js
I can't solve the problem if I add vue-router@4
@posva Can you edit the link?
https://codesandbox.io/s/bold-rgb-c8pf6?file=/src/main.js
I can't solve the problem if I add vue-router@4
I have a same problem like this. now,dou you know how to solve it?