Replies: 1 comment
-
please look at vue-router@4 example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I try to use "vue-router" into my component.
I understand that I need to add the deps into
moduleCache
So my worflow looks like this :
Component.vue
It works well without deps, but when I import
vue-router
to useRouterLink
, it doesn't.I already check this Q&A but don't show any implementation : #74
Can you help me ?
Thx
Beta Was this translation helpful? Give feedback.
All reactions