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>