mirror of
https://github.com/youzan/vant.git
synced 2026-01-18 07:04:28 +08:00
[improvement] update lint rules (#3970)
This commit is contained in:
@@ -147,7 +147,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
const { status, distance } = this;
|
||||
const text = this[`${status}Text`] || t(status);
|
||||
const style = {
|
||||
|
||||
Reference in New Issue
Block a user