support Table
support Table
This commit is contained in:
parent
3c38e4f7f1
commit
d978690647
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
<tbody :class="[prefixCls + '-tbody']">
|
||||
<tr
|
||||
v-for="(row, index) in data"
|
||||
:key="row"
|
||||
:class="rowClasses(row._index)"
|
||||
@mouseenter.stop="handleMouseIn(row._index)"
|
||||
@mouseleave.stop="handleMouseOut(row._index)"
|
||||
|
|
Loading…
Add table
Reference in a new issue