Skip to content

Commit

Permalink
typo:change to en
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Nov 29, 2017
1 parent 11abac3 commit 3708548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/table/index.vue
Original file line number Diff line number Diff line change
@@ -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}}
Expand Down

0 comments on commit 3708548

Please sign in to comment.