mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
19 lines
452 B
Plaintext
19 lines
452 B
Plaintext
<view class="demo-home">
|
|
<view
|
|
class="demo-home__title"
|
|
>
|
|
<image mode="aspectFit" class="demo-home__image" src="https://img.yzcdn.cn/vant/logo.png" />
|
|
<view class="demo-home__text">Vant Weapp</view>
|
|
</view>
|
|
<view class="demo-home__desc">
|
|
轻量、可靠的小程序 UI 组件库
|
|
</view>
|
|
<view
|
|
wx:for="{{ list }}"
|
|
wx:for-item="group"
|
|
wx:key="index"
|
|
>
|
|
<demo-home-nav group="{{ group }}" />
|
|
</view>
|
|
</view>
|