Skip to content

Commit

Permalink
infiniteScroll: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 28, 2019
1 parent 13cefb3 commit 0e0782a
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
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
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
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 0e0782a

Please sign in to comment.