fixed #1271
This commit is contained in:
parent
f03c4e6409
commit
afea484fe3
2 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
<template>
|
||||
<Table width="550" border highlight-row @on-selection-change="change2" @on-current-change="change1" :columns="columns2" :data="data3"></Table>
|
||||
<Table
|
||||
width="550"
|
||||
border
|
||||
highlight-row
|
||||
:columns="columns2"
|
||||
@on-selection-change="change2"
|
||||
:data="data3"></Table>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue