UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

28 lines (25 loc) 1.11 kB
import _sfc_main from './index.vue_vue_type_script_lang.mjs'; import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, renderSlot } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { const _component_ivue_button = resolveComponent("ivue-button"); return openBlock(), createElementBlock("div", { class: normalizeClass(_ctx.prefixCls) }, [ createVNode(_component_ivue_button, { flat: "", color: _ctx.color, index: _ctx.name, isActive: _ctx.data.isActive, onClick: _ctx.handleClick }, { default: withCtx(() => [ renderSlot(_ctx.$slots, "default") ]), _: 3 }, 8, ["color", "index", "isActive", "onClick"]) ], 2); } var BottomNavItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-bottom-nav-item\\index.vue"]]); export { BottomNavItem as default }; //# sourceMappingURL=index2.mjs.map