ソースを参照

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 @@
1 1
 <template>
2 2
   <div class="app-container">
3
-    <el-table :data="list" v-loading.body="listLoading" element-loading-text="拼命加载中" border fit highlight-current-row>
3
+    <el-table :data="list" v-loading.body="listLoading" element-loading-text="Loading" border fit highlight-current-row>
4 4
       <el-table-column align="center" label='ID' width="95">
5 5
         <template slot-scope="scope">
6 6
           {{scope.$index}}