ivue-material-plus
Version:
A high quality UI components Library with Vue.js
30 lines (27 loc) • 1.16 kB
JavaScript
import _sfc_main from './index.vue_vue_type_script_lang.mjs';
import { openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, vShow } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock(Transition, {
name: `${_ctx.prefixCls}-fade`,
persisted: ""
}, {
default: withCtx(() => [
withDirectives(createElementVNode("div", {
class: normalizeClass(_ctx.prefixCls),
style: normalizeStyle(_ctx.outerStyles)
}, [
createElementVNode("div", {
class: normalizeClass(_ctx.innerClasses),
style: normalizeStyle(_ctx.styles)
}, null, 6)
], 6), [
[vShow, _ctx.data.visible]
])
]),
_: 1
}, 8, ["name"]);
}
var LoadingBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-loading-bar\\index.vue"]]);
export { LoadingBar as default };
//# sourceMappingURL=index2.mjs.map