UNPKG

wux-weapp

Version:

一套组件化、可复用、易扩展的微信小程序 UI 组件库

17 lines (16 loc) 313 B
import * as picker from '../picker-view/props' export const props = { ...picker.props, prefixCls: { type: String, value: 'wux-picker', }, pickerPrefixCls: { type: String, value: 'wux-picker-col', }, value: { type: Array, value: [], }, }