UNPKG

birdpaper-ui

Version:

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

18 lines (17 loc) 918 B
"use strict"; const tableSelect_vue_vue_type_script_lang = require("./table-select.vue2.js"); const vue = require("vue"); const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js"); const _hoisted_1 = { class: "bp-table-td-content" }; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return vue.openBlock(), vue.createElementBlock("span", _hoisted_1, [ (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.selectionType[_ctx.type]), { modelValue: _ctx.selectValue, "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.selectValue = $event), value: _ctx.value, onChange: _ctx.onSelectChange }, null, 40, ["modelValue", "value", "onChange"])) ]); } const TableSelect = /* @__PURE__ */ _pluginVue_exportHelper(tableSelect_vue_vue_type_script_lang, [["render", _sfc_render]]); module.exports = TableSelect;