@opensig/opendesign
Version:
14 lines (13 loc) • 360 B
JavaScript
import _sfc_main from "./OBreadcrumb.vue.mjs";
import _sfc_main$1 from "./OBreadcrumbItem.vue.mjs";
const OBreadcrumb = Object.assign(_sfc_main, {
OBreadcrumbItem: _sfc_main$1,
install(app) {
app.component("OBreadcrumb", _sfc_main);
app.component("OBreadcrumbItem", _sfc_main$1);
}
});
export {
OBreadcrumb,
_sfc_main$1 as OBreadcrumbItem
};