@shopware-ag/meteor-component-library
Version:
The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).
17 lines (16 loc) • 705 B
JavaScript
import '../mt-context-menu-divider.css';
import { defineComponent, openBlock, createElementBlock } from "vue";
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
const _sfc_main = defineComponent({
name: "MtContextMenuDivider"
});
const mtContextMenuDivider_vue_vue_type_style_index_0_lang = "";
const _hoisted_1 = { class: "mt_context_menu_divider" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("hr", _hoisted_1);
}
const mtContextMenuDivider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export {
mtContextMenuDivider as default
};
//# sourceMappingURL=MtContextMenuDivider.js.map