UNPKG

hae

Version:

Mobile web UI based on Vux

26 lines (24 loc) 457 B
// used by radio and popup-radio export default function () { return { options: { type: Array, required: true }, value: [String, Number], fillMode: { type: Boolean, default: false }, fillPlaceholder: { type: String, default: '其他' }, fillLabel: { type: String, default: '其他' }, disabled: Boolean, selectedLabelStyle: Object } }