mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
waterfall
This commit is contained in:
@@ -14,6 +14,7 @@ function doBindEvent() {
|
||||
if (disabledExpr) {
|
||||
this.vm.$watch(disabledExpr, (value) => {
|
||||
this.disabled = value;
|
||||
this.scrollEventListener();
|
||||
});
|
||||
disabled = Boolean(this.vm[disabledExpr]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user