Skip to content

Loadmore 加载更多

基础用法

  • 一般用于标识页面底部加载数据时的状态
vue
<template>
	<sn-loadmore></sn-loadmore>
</template>

更多演示请下载 demo 查看

属性

参数说明类型默认值可选值
status加载状态Stringloadmoreloadmore | loading | nomore
loadmoreText加载更多文本String加载更多-
nomoreText没有更多文本String没有更多了-
loadingText加载中文本String加载中-
textSize文本大小String$3-
iconSize图标大小String$3-
iconColor图标颜色String$lineText-
textColor文本颜色String$lineText-
lineColor线条颜色String$line-
lineHeight线条高度String0.5px-
disabled是否禁用加载更多功能Booleanfalsetrue | false
dashed线条是否为虚线Booleanfalsetrue | false
customStyle自定义加载更多样式UTSJSONObject{}-

事件

名称类型说明
loadmore() => void点击加载更多时触发

使用 MIT 协议