mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix loadmore
This commit is contained in:
parent
7e6db0caf4
commit
32dbf36ee3
@ -1,7 +1,7 @@
|
||||
<import src="/dist/loadmore/index.wxml" />
|
||||
|
||||
<view class="container">
|
||||
<template is="loadmore" data="{{loading: true}}" />
|
||||
<template is="loadmore" data="{{nodata: true}}" />
|
||||
<template is="loadmore" data="{{nomore: true}}" />
|
||||
<template is="zui-loadmore" data="{{loading: true}}" />
|
||||
<template is="zui-loadmore" data="{{nodata: true}}" />
|
||||
<template is="zui-loadmore" data="{{nomore: true}}" />
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user