ivue-material-plus
Version:
A high quality UI components Library with Vue.js
43 lines (40 loc) • 1.77 kB
JavaScript
import _sfc_main from './index.vue_vue_type_script_lang.mjs';
import { openBlock, createBlock, Transition, withCtx, createElementBlock, normalizeClass, createCommentVNode, createElementVNode, withDirectives, normalizeStyle, vShow, renderSlot } 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`
}, {
default: withCtx(() => [
_ctx.fullscreenVisible && _ctx.show ? (openBlock(), createElementBlock("div", {
key: 0,
class: normalizeClass(_ctx.wrapperClass)
}, [
createCommentVNode(" \u5185\u5BB9 "),
createElementVNode("div", {
class: normalizeClass(`${_ctx.prefixCls}-content`)
}, [
createCommentVNode(" dot "),
withDirectives(createElementVNode("div", {
class: normalizeClass(`${_ctx.prefixCls}-dot`),
style: normalizeStyle(_ctx.dotStyles)
}, null, 6), [
[vShow, !_ctx.$slots.default]
]),
createCommentVNode(" \u63D0\u793A\u6587\u5B57 "),
withDirectives(createElementVNode("div", {
class: normalizeClass(`${_ctx.prefixCls}-text`)
}, [
renderSlot(_ctx.$slots, "default")
], 2), [
[vShow, _ctx.$slots.default]
])
], 2)
], 2)) : createCommentVNode("v-if", true)
]),
_: 3
}, 8, ["name"]);
}
var Spin = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-spin\\index.vue"]]);
export { Spin as default };
//# sourceMappingURL=index2.mjs.map