UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

30 lines (27 loc) 1.25 kB
import _sfc_main from './option-group.vue_vue_type_script_lang.mjs'; import { withDirectives, openBlock, createElementBlock, normalizeClass, createCommentVNode, createElementVNode, toDisplayString, renderSlot, vShow } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return withDirectives((openBlock(), createElementBlock("ul", { class: normalizeClass([`${_ctx.prefixCls}-wrap`]) }, [ createCommentVNode(" \u6807\u9898 "), createElementVNode("li", { class: normalizeClass([`${_ctx.prefixCls}-title`]) }, toDisplayString(_ctx.label), 3), createCommentVNode(" \u9009\u9879 "), createElementVNode("ul", null, [ createElementVNode("li", { class: normalizeClass([`${_ctx.prefixCls}`]), ref: "list" }, [ renderSlot(_ctx.$slots, "default") ], 2) ]) ], 2)), [ [vShow, _ctx.visible] ]); } var OptionGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-select\\option-group.vue"]]); export { OptionGroup as default }; //# sourceMappingURL=option-group.mjs.map