Skip to content

Commit

Permalink
fix #68
Browse files Browse the repository at this point in the history
  • Loading branch information
eidng8 committed May 15, 2020
1 parent d31f2ff commit 909e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/G8VueTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li
:id="item[itemId]"
class="g8-tree__node"
:class="{ 'g8-tree__node--expended': expanded }"
:class="{ 'g8-tree__node--expended': hasChild && expanded }"
>
<div
class="g8-tree__node__entry"
Expand Down

0 comments on commit 909e43f

Please sign in to comment.