This commit is contained in:
梁灏 2017-07-18 11:16:34 +08:00
parent f03c4e6409
commit afea484fe3
2 changed files with 11 additions and 2 deletions

View file

@ -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 {