iview-weapp icon indicating copy to clipboard operation
iview-weapp copied to clipboard

官方文档问题

Open JimboXie opened this issue 6 years ago • 1 comments
trafficstars

i-switch的Switch properties明明标注size值可选small,但是源码就没有,请问是怎么维护的?? var sizes = ['large', 'default']; var prefixCls = 'i-switch'; module.exports = { setSize : function( size ){ var index = sizes.indexOf( size ); return prefixCls + ( index > -1 ? ( '-'+size ) : 'default' ) }, setCurrent : function( value,disabled ){ var className = value && !disabled ? prefixCls + '-checked' : ''; if( disabled ){ className += ' ' + prefixCls + '-disabled'; } return className; } }

JimboXie avatar Jul 23 '19 03:07 JimboXie

作者可能放弃维护了

MagicHacker avatar Aug 08 '19 12:08 MagicHacker