mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
loadmore
This commit is contained in:
parent
54af6f5fce
commit
95f0bad4d1
@ -4,9 +4,9 @@
|
||||
"Nino <nino@youzan.com>",
|
||||
"Pangxie <pangxie@youzan.com>"
|
||||
],
|
||||
"directory": "zui",
|
||||
"description": "A UI Library for Weapp",
|
||||
"main": "zui/index.js",
|
||||
"moduleType": [],
|
||||
"main": "zui",
|
||||
"license": "MIT",
|
||||
"homepage": "",
|
||||
"ignore": [
|
||||
@ -18,6 +18,7 @@
|
||||
"pages",
|
||||
"app.js",
|
||||
"app.json",
|
||||
"app.wxss",
|
||||
"bower.json"
|
||||
]
|
||||
}
|
||||
|
0
changelog.md
Normal file
0
changelog.md
Normal file
@ -1,7 +1,7 @@
|
||||
<import src="/zui/loadmore.wxml" />
|
||||
<import src="/zui/loadmore/index.wxml" />
|
||||
|
||||
<view class="container">
|
||||
<template is="loadmore" data="{{loading: true}}" />
|
||||
<template is="loadmore" data="{{nomore: true}}" />
|
||||
<template is="loadmore" data="{{nodata: true}}" />
|
||||
<template is="loadmore" data="{{nomore: true}}" />
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user