Skip to content

Commit

Permalink
infiniteScroll: update doc (ElemeFE#15753)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun authored and Feng committed Jun 20, 2019
1 parent 01a0ad2 commit 9a50ffa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/docs/en-US/infiniteScroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Add `v-infinite-scroll` to the list to automatically execute loading method when
infinite-scroll-disabled="disabled">
<li v-for="i in count" class="list-item">{{ i }}</li>
</ul>
<p v-if="loading">loading...</p>
<p v-if="noMore">Mo more</p>
<p v-if="loading">Loading...</p>
<p v-if="noMore">No more</p>
</div>
</template>

Expand Down
4 changes: 2 additions & 2 deletions examples/docs/es/infiniteScroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Add `v-infinite-scroll` to the list to automatically execute loading method when
infinite-scroll-disabled="disabled">
<li v-for="i in count" class="list-item">{{ i }}</li>
</ul>
<p v-if="loading">loading...</p>
<p v-if="noMore">Mo more</p>
<p v-if="loading">Loading...</p>
<p v-if="noMore">No more</p>
</div>
</template>

Expand Down
4 changes: 2 additions & 2 deletions examples/docs/fr-FR/infiniteScroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Add `v-infinite-scroll` to the list to automatically execute loading method when
infinite-scroll-disabled="disabled">
<li v-for="i in count" class="list-item">{{ i }}</li>
</ul>
<p v-if="loading">loading...</p>
<p v-if="noMore">Mo more</p>
<p v-if="loading">Loading...</p>
<p v-if="noMore">No more</p>
</div>
</template>

Expand Down

0 comments on commit 9a50ffa

Please sign in to comment.