keep in sync with vue-element-admin

This commit is contained in:
Pan
2018-07-13 14:45:13 +08:00
parent dd37f247f8
commit 3fd9a8465e
5 changed files with 32 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="app-container">
<el-table :data="list" v-loading.body="listLoading" element-loading-text="Loading" border fit highlight-current-row>
<el-table :data="list" v-loading="listLoading" element-loading-text="Loading" border fit highlight-current-row>
<el-table-column align="center" label='ID' width="95">
<template slot-scope="scope">
{{scope.$index}}