Commit 714a2a9b authored by iamkun's avatar iamkun Committed by luckyCao

infiniteScroll: update doc (#15753)

parent 0d8090e7
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment