[improvement] update lint rules (#3970)

This commit is contained in:
neverland
2019-07-26 11:47:17 +08:00
committed by GitHub
parent 07a72307cc
commit 3a77666e49
65 changed files with 115 additions and 102 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export default {
},
methods: {
onClose(clickPosition, instance, detail) {
onClose(clickPosition, instance) {
switch (clickPosition) {
case 'left':
case 'cell':
+1 -1
View File
@@ -153,7 +153,7 @@ export default createComponent({
}
},
render(h) {
render() {
const onClick = (position, stop) => event => {
if (stop) {
event.stopPropagation();