UNPKG

birdpaper-ui

Version:

一个通用的 vue3 UI组件库。A common vue3 UI component library.

17 lines (16 loc) 738 B
"use strict"; const option_vue_vue_type_script_lang = require("./option.vue2.js"); const vue = require("vue"); const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js"); function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return vue.openBlock(), vue.createElementBlock("li", { class: vue.normalizeClass(_ctx.clsName), onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args)) }, [ vue.createElementVNode("span", null, [ vue.renderSlot(_ctx.$slots, "default") ]) ], 2); } const _selectOption = /* @__PURE__ */ _pluginVue_exportHelper(option_vue_vue_type_script_lang, [["render", _sfc_render]]); module.exports = _selectOption;