[improvement] update lint rules (#3970)
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
return (
|
||||
<div
|
||||
class={bem('content', { animated: this.animated })}
|
||||
|
||||
+1
-1
@@ -60,7 +60,7 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
return (
|
||||
<div
|
||||
role="tab"
|
||||
|
||||
+1
-1
@@ -251,7 +251,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
const { type, ellipsis, animated, scrollable } = this;
|
||||
|
||||
const Nav = this.children.map((item, index) => (
|
||||
|
||||
Reference in New Issue
Block a user