Scroll add local loading-text

This commit is contained in:
梁灏 2017-10-16 20:41:13 +08:00
parent 109465d3c5
commit 78b46fa619
2 changed files with 14 additions and 7 deletions

View file

@ -1,5 +1,5 @@
<template>
<Scroll :on-reach-top="loadData" loading-text="L-o-a-d-i-n-g...">
<Scroll :on-reach-edge="loadData">
<section v-for="item in list">
<div class="city">
<p>{{ item }}</p>