浏览代码

typo:change to en

Pan 7 年之前
父节点
当前提交
37085484d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/table/index.vue

+ 1 - 1
src/views/table/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-table :data="list" v-loading.body="listLoading" element-loading-text="拼命加载中" border fit highlight-current-row>
+    <el-table :data="list" v-loading.body="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}}