UNPKG

wux-weapp

Version:

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

27 lines (25 loc) 609 B
import baseComponent from '../helpers/baseComponent' import popupMixin from '../helpers/mixins/popupMixin' import { props } from '../multi-picker-view/props' baseComponent({ behaviors: [popupMixin()], properties: { ...props, prefixCls: { type: String, value: 'wux-popup-picker', }, multiPickerPrefixCls: { type: String, value: 'wux-picker', }, cascade: { type: Boolean, value: false, }, cols: { type: Number, value: 3, }, }, })