@empathyco/x-components
Version:
Empathy X Components
19 lines (16 loc) • 612 B
JavaScript
import _sfc_main from './base-currency.vue2.js';
import { openBlock, createElementBlock, toDisplayString } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
const _hoisted_1 = { class: "x-currency" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock(
"span",
_hoisted_1,
toDisplayString(_ctx.currencyText),
1
/* TEXT */
);
}
var BaseCurrency = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { BaseCurrency as default };
//# sourceMappingURL=base-currency.vue.js.map