mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
chore: prettier js codes
This commit is contained in:
@@ -78,7 +78,9 @@ export default createComponent({
|
||||
|
||||
computed: {
|
||||
minusDisabled() {
|
||||
return this.disabled || this.disableMinus || this.currentValue <= this.min;
|
||||
return (
|
||||
this.disabled || this.disableMinus || this.currentValue <= this.min
|
||||
);
|
||||
},
|
||||
|
||||
plusDisabled() {
|
||||
|
Reference in New Issue
Block a user