File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/treeView.vue Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 @dragleave.stop =" removeHoverClass" >
1111
1212 <div class =" d-flex align-items-center" >
13- <div class =" horizontal-dashes" v-if =" treeViewItem.parentId && hideGuideLines ! == false" />
13+ <div class =" horizontal-dashes" v-if =" treeViewItem.parentId && hideGuideLines = == false" />
1414 <span class =" chevron-right" v-if =" treeViewItem.children && treeViewItem.children.length > 0" @click =" toggleVisiblity(treeViewItem.id, $event)" ></span >
1515 <div class =" icon-area" >
1616 <slot name =" icon" v-bind =" treeViewItem" >
2222 </div >
2323
2424 <div class =" node-child hide" :class =" {'hide-guidelines': hideGuideLines}" >
25- <tree-view :treeViewItems =" treeViewItem.children" nested
25+ <tree-view :treeViewItems =" treeViewItem.children" nested :hideGuideLines = " hideGuideLines "
2626 v-if =" treeViewItem.children && treeViewItem.children.length > 0" >
2727 <template v-for =" (_ , slot ) of $scopedSlots " v-slot :[slot ]=" props " >
2828 <slot :name =" slot" v-bind =" props" />
You can’t perform that action at this time.
0 commit comments