mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
<import src="/dist/loadmore/index.wxml" />
|
|
<view class="container">
|
|
|
|
<view class="doc-title zan-hairline--bottom">LOADMORE</view>
|
|
|
|
<template is="zan-loadmore" data="{{ loading: true }}" />
|
|
<template is="zan-loadmore" data="{{ nodata: true }}" />
|
|
<template is="zan-loadmore" data="{{ nomore: true }}" />
|
|
</view>
|