mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] update lint rules (#3970)
This commit is contained in:
@@ -165,7 +165,7 @@ export default createComponent({
|
||||
}, LONG_PRESS_INTERVAL);
|
||||
},
|
||||
|
||||
onTouchStart(type) {
|
||||
onTouchStart() {
|
||||
clearTimeout(this.longPressTimer);
|
||||
this.isLongPress = false;
|
||||
|
||||
@@ -185,7 +185,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
const createListeners = type => ({
|
||||
on: {
|
||||
click: () => {
|
||||
|
Reference in New Issue
Block a user