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