UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

22 lines (17 loc) 897 B
'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) { return vue.openBlock(), vue.createElementBlock("div", { ref: "breadcrumb", class: vue.normalizeClass(_ctx.prefixCls), style: vue.normalizeStyle(_ctx.styles) }, [ vue.renderSlot(_ctx.$slots, "default") ], 6); } var Breadcrumb = /* @__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-breadcrumb\\index.vue"]]); exports["default"] = Breadcrumb; //# sourceMappingURL=index2.js.map