mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
when to modifier
This commit is contained in:
@@ -61,9 +61,9 @@ export default {
|
||||
'z-button--' + type,
|
||||
'z-button--' + size,
|
||||
{
|
||||
'is-disabled': disabled,
|
||||
'is-loading': loading,
|
||||
'is-block': block
|
||||
'z-button--disabled': disabled,
|
||||
'z-button--loading': loading,
|
||||
'z-button--block': block
|
||||
}
|
||||
]}
|
||||
onClick={this.handleClick}
|
||||
|
Reference in New Issue
Block a user