Links Use BootstrapVue's custom b-link component for generating a
standard <a> link or <router-link>. <b-link> supports
the disabled state and click event propagation.
See documentation.
<b-link> is the building block for most
BootstrapVue components that offer link functionality.
Link
{{ code1.html }}
Disable link functionality by setting the
disabled prop to true.