UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

32 lines (27 loc) 1.21 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var index_vue_vue_type_script_lang = require('./index.vue_vue_type_script_lang.js'); var vue = require('vue'); var _pluginVue_exportHelper = require('../../_virtual/_plugin-vue_export-helper.js'); function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { const _component_ivue_button = vue.resolveComponent("ivue-button"); return vue.openBlock(), vue.createElementBlock("div", { class: vue.normalizeClass(_ctx.prefixCls) }, [ vue.createVNode(_component_ivue_button, { flat: "", color: _ctx.color, index: _ctx.name, isActive: _ctx.data.isActive, onClick: _ctx.handleClick }, { default: vue.withCtx(() => [ vue.renderSlot(_ctx.$slots, "default") ]), _: 3 }, 8, ["color", "index", "isActive", "onClick"]) ], 2); } var BottomNavItem = /* @__PURE__ */ _pluginVue_exportHelper["default"](index_vue_vue_type_script_lang["default"], [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-bottom-nav-item\\index.vue"]]); exports["default"] = BottomNavItem; //# sourceMappingURL=index2.js.map