We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd327e commit abb674cCopy full SHA for abb674c
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@wchbrad/vue-easy-tree",
3
"description": "A Vue.js project",
4
- "version": "1.0.6",
+ "version": "1.0.7",
5
"author": "wchbrad <[email protected]>",
6
"license": "MIT",
7
"private": false,
src/components/ve-tree.vue
@@ -20,9 +20,10 @@
20
:items="dataList"
21
:item-size="26"
22
:buffer="50"
23
- v-slot="{ item }"
+ v-slot="{ active,item }"
24
>
25
<ElTreeVirtualNode
26
+ v-if="active"
27
style="height: 26px;"
28
:node="item"
29
:renderContent="renderContent"
0 commit comments