UNPKG

wux-weapp

Version:

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

39 lines (38 loc) 660 B
export const props = { prefixCls: { type: String, value: 'wux-tabs', }, defaultCurrent: { type: String, value: '', }, current: { type: String, value: '', }, scroll: { type: Boolean, value: false, }, controlled: { type: Boolean, value: false, }, theme: { type: String, value: 'balanced', }, direction: { type: String, value: 'horizontal', }, justify: { type: String, value: 'space-around', }, activeLineMode: { type: String, value: 'auto', }, }