Inkline breadcrumb :to doesn`t work properly

35 views Asked by At

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

0

There are 0 answers