UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

18 lines (15 loc) 779 B
import _sfc_main from './index.vue_vue_type_script_lang.mjs'; import { openBlock, createElementBlock, normalizeClass, normalizeStyle, renderSlot } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock("div", { ref: "breadcrumb", class: normalizeClass(_ctx.prefixCls), style: normalizeStyle(_ctx.styles) }, [ renderSlot(_ctx.$slots, "default") ], 6); } var Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-breadcrumb\\index.vue"]]); export { Breadcrumb as default }; //# sourceMappingURL=index2.mjs.map