mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
chore: add trailingComma
This commit is contained in:
@@ -16,7 +16,7 @@ export default createComponent({
|
||||
if (this.index === this.parent.active) {
|
||||
return 'process';
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
@@ -38,7 +38,7 @@ export default createComponent({
|
||||
}
|
||||
|
||||
return <i class={bem('circle')} />;
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
render() {
|
||||
@@ -55,5 +55,5 @@ export default createComponent({
|
||||
<div class={bem('line')} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user