mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
16 lines
547 B
Plaintext
16 lines
547 B
Plaintext
<demo-block title="基础用法">
|
|
<van-panel title="标题" desc="描述信息" status="状态">
|
|
<view class="content">内容</view>
|
|
</van-panel>
|
|
</demo-block>
|
|
|
|
<demo-block title="高级用法">
|
|
<van-panel title="标题" desc="描述信息" status="状态" use-footer-slot>
|
|
<view class="content">内容</view>
|
|
<view slot="footer" class="footer">
|
|
<van-button size="small" class="demo-margin-right">按钮</van-button>
|
|
<van-button size="small" type="danger">按钮</van-button>
|
|
</view>
|
|
</van-panel>
|
|
</demo-block>
|