UNPKG

@opensig/opendesign

Version:

<p align="center"><img src="../docs/public/opendesign-logo-light.png"/></p> <h1 align="center">opendesign</h1> <p align="center">一个 Vue 3 组件库</p> <p align="center"><b>皮肤可定制,使用 TypeScript</b></p>

29 lines (28 loc) 744 B
"use strict"; const vue = require("vue"); const _hoisted_1 = { class: "o-option-group" }; const _hoisted_2 = { class: "o-option-group-name" }; const _sfc_main = /* @__PURE__ */ vue.defineComponent({ __name: "OOptionGroup", props: { name: {} }, setup(__props) { const props = __props; return (_ctx, _cache) => { return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [ vue.renderSlot(_ctx.$slots, "name", {}, () => [ vue.createElementVNode( "div", _hoisted_2, vue.toDisplayString(props.name), 1 /* TEXT */ ) ]), vue.renderSlot(_ctx.$slots, "default") ]); }; } }); module.exports = _sfc_main;