ivue-material-plus
Version:
A high quality UI components Library with Vue.js
29 lines (26 loc) • 1.32 kB
JavaScript
import _sfc_main from './index.vue_vue_type_script_lang.mjs';
import { withDirectives, openBlock, createElementBlock, normalizeClass, normalizeStyle, createCommentVNode, vShow, renderSlot } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return withDirectives((openBlock(), createElementBlock("div", {
class: normalizeClass(_ctx.wrapperClasses),
style: normalizeStyle(_ctx.wrapperStyles),
ref: "carouselItem",
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleItemClick && _ctx.handleItemClick(...args))
}, [
createCommentVNode(" mask "),
_ctx.isCardType ? withDirectives((openBlock(), createElementBlock("div", {
key: 0,
class: normalizeClass(`${_ctx.prefixCls}--mask`)
}, null, 2)), [
[vShow, !_ctx.data.active]
]) : createCommentVNode("v-if", true),
createCommentVNode(" slot "),
renderSlot(_ctx.$slots, "default")
], 6)), [
[vShow, _ctx.data.ready]
]);
}
var CarouselItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-carousel-item\\index.vue"]]);
export { CarouselItem as default };
//# sourceMappingURL=index2.mjs.map