UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

8 lines (7 loc) 230 B
import { inject } from "vue"; import { b as breadcrumbPluginKey } from "../../../keys-CFfh7DXf.mjs"; const useBreadcrumb = () => ({ ...inject(breadcrumbPluginKey) }); export { useBreadcrumb }; //# sourceMappingURL=index.mjs.map