v0.6.1+
<loading>
为容器提供上拉加载功能,用法和属性与 <refresh>
类似。
注意:
<loading>
是<scroller>
、<list>
、<waterfall>
的子组件,只能在被它们包含时才能被正确渲染。
- 简单示例:
<list> |
子组件
诸如
<text>
、<image>
之类的任何组件,都可以放到<loading>
进行渲染。特殊子组件
<loading-indicator>
: 只能作为<refresh>
和<loading>
的子组件使用,拥有默认的动画效果实现。
<loading> |
属性
属性名 | 类型 | 值 | 默认值 |
---|---|---|---|
display |
String | show / hide | show |
display
show
:如果<loading>
中包含<loading-indicator>
,则将其显示并开始默认动画。hide
:收起 loading view,如果<loading>
中包含<loading-indicator>
,则将其视图隐藏。
注意:
display
的设置必须成对出现,即设置display="show"
,必须有对应的display="hide"
。
<template> |
样式
- 支持所有通用样式。查看 组件通用样式
事件
loading
- 当
<scroller>
、<list>
、<waterfall>
被上拉时触发。