@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/).
25 lines (24 loc) • 852 B
JavaScript
import '../mt-field-affix.css';
import { defineComponent, openBlock, createElementBlock, normalizeClass, renderSlot } from "vue";
import { _ as _export_sfc } from "../_plugin-vue_export-helper-cc2b3d55.mjs";
const _sfc_main = /* @__PURE__ */ defineComponent({
__name: "mt-field-affix",
props: {
type: {}
},
setup(__props) {
return (_ctx, _cache) => {
return openBlock(), createElementBlock("div", {
class: normalizeClass(["mt-field-affix", `mt-field-affix--${_ctx.type}`])
}, [
renderSlot(_ctx.$slots, "default", {}, void 0, true)
], 2);
};
}
});
const mtFieldAffix_vue_vue_type_style_index_0_scoped_0072b7f2_lang = "";
const MtFieldAffix = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0072b7f2"]]);
export {
MtFieldAffix as default
};
//# sourceMappingURL=MtFieldAffix.js.map