浏览 137
分享
Loadmore
加载更多。
引入
import { Loadmore } from 'we-vue'
Vue.use(Loadmore)
例子
基本示例
<wv-loadmore></wv-loadmore>
指定文字
<wv-loadmore type="line" text="loading"></wv-loadmore>
点划线
<wv-loadmore type="lineDot" text="loading"></wv-loadmore>
API
参数 | 类型 | 说明 | 可选值 | 默认值 |
---|---|---|---|---|
type | String | 类型 | 'default', 'lineDot' | 'default' |
text | String | 文字 |
评论列表