Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 4, 2019
1 parent dad7303 commit 0b90fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/tree/TreeLazyDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default {
}
let _nodes = {...this.nodes}
nodes[parseInt(node.key, 10)] = _node;
_nodes[parseInt(node.key, 10)] = _node;
this.nodes = _nodes;
this.loading = false;
Expand Down

0 comments on commit 0b90fd0

Please sign in to comment.