UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

21 lines (18 loc) 953 B
import _sfc_main from './tab.vue_vue_type_script_lang.mjs'; import { resolveDirective, withDirectives, openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { const _directive_ripple = resolveDirective("ripple"); return withDirectives((openBlock(), createElementBlock("div", { class: normalizeClass(_ctx.wrapClasses), ref: "tab", onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleChange && _ctx.handleChange(...args)) }, [ renderSlot(_ctx.$slots, "default") ], 2)), [ [_directive_ripple, _ctx.computedRipple] ]); } var Tab = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-tabs\\tab.vue"]]); export { Tab as default }; //# sourceMappingURL=tab.mjs.map