ivue-material-plus
Version:
A high quality UI components Library with Vue.js
16 lines (13 loc) • 783 B
JavaScript
import _sfc_main from './index.vue_vue_type_script_lang.mjs';
import { openBlock, createElementBlock, renderSlot, createTextVNode, toDisplayString } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("span", null, [
renderSlot(_ctx.$slots, "default", { countDown: _ctx.countDownData }, () => [
createTextVNode(toDisplayString(_ctx.countDownData), 1)
])
]);
}
var CountDown = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-count-down\\index.vue"]]);
export { CountDown as default };
//# sourceMappingURL=index2.mjs.map