1

I am using inkline breadcrumbs and by docs description I can use :to routing, but it doesn't work properly. :href is working, but I want to use NuxtLink instead of a element. I could add NuxtLink in but it will generate nested a then.

<i-breadcrumb-item
   :to="{ path: /something}">
   Start
</i-breadcrumb-item>

https://www.inkline.io/docs/components/breadcrumb

userinho
  • 21
  • 3
  • Shouldn't you have `:to="{ path: '/something' }">`? – kissu Nov 23 '22 at 10:40
  • Tried, doesn't work. https://www.inkline.io/docs/components/breadcrumb , so I just recreated all the code from breadcrumbs by hand – userinho Nov 24 '22 at 11:27
  • Maybe try with `name` in the object, rather than `path`. Check also your Vue devtools to see if everything is great with your router. Do you maybe have a public repo? – kissu Nov 24 '22 at 14:06

0 Answers0