File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11<template lang="pug">
22.he-tree.tree
33 TreeNode( :data ="rootData" : store= "store" )
4- template( v-if ="$slots.default || $scopedSlots.default" )
5- template( slot-scope ="props" )
6- slot( :data ="props.data" : store= "store" : vm= "props.vm" )
4+ template( slot-scope ="props" )
5+ slot( :data ="props.data" : store= "store" : vm= "props.vm" )
76 template( v-if ="$slots['node-inner-back'] || $scopedSlots['node-inner-back']" )
87 template( slot ="node-inner-back" slot-scope ="props" )
98 slot( name ="node-inner-back" : styleObj= "props.styleObj" : data= "props.data" : store= "props.store" : vm= "props.vm" )
Original file line number Diff line number Diff line change 1313 TreeNode( v-for ="child in data.children" : key= "child._id"
1414 :data ="child" : store= "store" : level= "childrenLevel"
1515 )
16- template( v-if ="$slots.default || $scopedSlots.default" )
17- template( slot-scope ="props" )
18- slot( :data ="props.data" : store= "props.store" : vm= "props.vm" )
16+ template( slot-scope ="props" )
17+ slot( :data ="props.data" : store= "props.store" : vm= "props.vm" )
1918 template( v-if ="$slots['node-inner-back'] || $scopedSlots['node-inner-back']" )
2019 template( slot ="node-inner-back" slot-scope ="props" )
2120 slot( name ="node-inner-back" : styleObj= "props.styleObj" : data= "props.data" : store= "props.store" : vm= "props.vm" )
You can’t perform that action at this time.
0 commit comments