ivue-material-plus
Version:
A high quality UI components Library with Vue.js
28 lines (25 loc) • 983 B
JavaScript
import _sfc_main from './item.vue_vue_type_script_lang.mjs';
import { openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, renderSlot, vShow } from 'vue';
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs';
const _hoisted_1 = {
class: "ivue-tabs-content",
ref: "content"
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createBlock(Transition, {
name: _ctx.computedTransition,
persisted: ""
}, {
default: withCtx(() => [
withDirectives(createElementVNode("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default")
], 512), [
[vShow, _ctx.isActive]
])
]),
_: 3
}, 8, ["name"]);
}
var TabItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-tabs\\item.vue"]]);
export { TabItem as default };
//# sourceMappingURL=item.mjs.map