[improvement] update lint rules (#3970)
This commit is contained in:
@@ -61,7 +61,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
return (
|
||||
<Cell class={bem()}>
|
||||
<Field
|
||||
|
||||
@@ -225,7 +225,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
const { data, errorInfo, searchResult } = this;
|
||||
const onFocus = name => () => this.onFocus(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user