Loadmore

加载更多。

引入

  1. import { Loadmore } from 'we-vue'
  2. Vue.use(Loadmore)

例子

基本示例

  1. <wv-loadmore></wv-loadmore>

指定文字

  1. <wv-loadmore type="line" text="loading"></wv-loadmore>

点划线

  1. <wv-loadmore type="lineDot" text="loading"></wv-loadmore>

API

参数类型说明可选值默认值
typeString类型'default', 'lineDot''default'
textString文字