mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
[bugfix] functional component multi listeners (#2717)
This commit is contained in:
@@ -45,7 +45,7 @@ export default sfc({
|
||||
return (
|
||||
<Cell
|
||||
class={bem({ disabled, unswitchable: !switchable })}
|
||||
value-class={bem('value')}
|
||||
valueClass={bem('value')}
|
||||
isLink={!disabled && switchable}
|
||||
scopedSlots={{
|
||||
default: this.renderContent,
|
||||
|
Reference in New Issue
Block a user