fix dom rendering problems
This commit is contained in:
parent
b31aab71d2
commit
da76a837e3
3 changed files with 28 additions and 22 deletions
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div :class="prefixCls">
|
||||
<Tree-node
|
||||
v-for="item in stateTree"
|
||||
:key="item.nodeKey"
|
||||
v-for="(item, i) in stateTree"
|
||||
:key="i"
|
||||
:data="item"
|
||||
visible
|
||||
:multiple="multiple"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue