JewelryMall/admin/node_modules/element-plus/es/components/select-v2/src/group-item.vue.mjs
2026-02-14 19:29:15 +08:00

21 lines
740 B
JavaScript

import _sfc_main from './group-item.vue2.mjs';
import { createElementBlock, openBlock, normalizeStyle, normalizeClass, toDisplayString } 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",
{
class: normalizeClass(_ctx.ns.be("group", "title")),
style: normalizeStyle({ ..._ctx.style, lineHeight: `${_ctx.height}px` })
},
toDisplayString(_ctx.item.label),
7
/* TEXT, CLASS, STYLE */
);
}
var GroupItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
export { GroupItem as default };
//# sourceMappingURL=group-item.vue.mjs.map