UNPKG

@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/).

24 lines (23 loc) 840 B
import '../mt-field-affix.css'; "use strict"; const vue = require("vue"); const _pluginVue_exportHelper = require("../_plugin-vue_export-helper-9c783a34.js"); const _sfc_main = /* @__PURE__ */ vue.defineComponent({ __name: "mt-field-affix", props: { type: {} }, setup(__props) { return (_ctx, _cache) => { return vue.openBlock(), vue.createElementBlock("div", { class: vue.normalizeClass(["mt-field-affix", `mt-field-affix--${_ctx.type}`]) }, [ vue.renderSlot(_ctx.$slots, "default", {}, void 0, true) ], 2); }; } }); const mtFieldAffix_vue_vue_type_style_index_0_scoped_0072b7f2_lang = ""; const MtFieldAffix = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__scopeId", "data-v-0072b7f2"]]); module.exports = MtFieldAffix; //# sourceMappingURL=MtFieldAffix.js.map