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