mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
[bugfix] functional component multi listeners (#2717)
This commit is contained in:
@@ -220,7 +220,7 @@ export default sfc({
|
||||
border={this.border}
|
||||
isLink={this.isLink}
|
||||
required={this.required}
|
||||
title-class={bem('label', labelAlign)}
|
||||
titleClass={bem('label', labelAlign)}
|
||||
class={bem({
|
||||
error: this.error,
|
||||
disabled: this.$attrs.disabled,
|
||||
|
Reference in New Issue
Block a user