Closed
Description
Gridsome has a g-link
component, equivalent to nuxt-link
. As of now, BootstrapVue has built-in support for nuxt-link
; it would be nice to have support for g-link
as well.
Rather than having to detect and support every Vue-based framework, maybe it would be reasonable to have the ability to configure BootstrapVue to use a specified router-link
-compatible component. I apologize if this already exists and I missed it.
Thank you!