corydeppen
NuxtLink `to` prop includes file names instead of paths
I decided to add
public-hoist-pattern[]=*vue-router*
to my .npmrc
file instead of installing the package with the hope that will reduce the scope of the hoisted packages. It still feels like it's removing one of the benefits of pnpm, so I'm hopeful there may be a fix in the future.7 replies
NuxtLink `to` prop includes file names instead of paths
Daniel's comment about installing
unplugin-vue-router
resolved the issue and generated the expected type used by the to
prop. I've been trying to avoid adding the shamefully-hoist
option for pnpm if possible.
https://github.com/nuxt/nuxt/issues/27616#issuecomment-21682878057 replies