perf[v-loading]: remove .body modifier #779

This commit is contained in:
Pan
2018-06-26 17:10:21 +08:00
parent 76327a8f26
commit 2687b2eb3c
6 changed files with 12 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<!-- Note that row-key is necessary to get a correct row order. -->
<el-table :data="list" row-key="id" v-loading.body="listLoading" border fit highlight-current-row style="width: 100%">
<el-table :data="list" row-key="id" v-loading="listLoading" border fit highlight-current-row style="width: 100%">
<el-table-column align="center" label="ID" width="65">
<template slot-scope="scope">