UNPKG

cloud-ui.vusion

Version:
20 lines (18 loc) 427 B
import Select from 'proto-ui.vusion/src/u-select.vue'; export default { name: 'u-table-select', props: { title: { type: String, default: '标题', }, value: [String, Number, Boolean], data: Array, placement: { type: String, default: 'bottom-start', }, }, childName: 'u-table-select-item', mixins: [Select], };