Commit 6f792df8 by tangqy

eslint fix

parent e5c469fd
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
if (this.currentPath && this.currentPath.length) { if (this.currentPath && this.currentPath.length) {
res = this.currentPath[0] res = this.currentPath[0]
this.$nextTick(() => { this.$nextTick(() => {
this.handleOpen() this.handleOpen()
}) })
} }
return res return res
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment