add disable-highlight prop to Table
This commit is contained in:
parent
2474ee5929
commit
9563a8da20
3 changed files with 4 additions and 46 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<Table border :columns="columns7" :data="data6" :hover-highlight="false"></Table>
|
||||
<Table border :columns="columns7" :data="data6" disable-highlight></Table>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue