mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
<demo-block padding title="基础用法">
|
|
<van-button bind:tap="showNotify">显示消息通知</van-button>
|
|
</demo-block>
|
|
|
|
<demo-block padding title="自定义配置">
|
|
<van-button bind:tap="showNotify2">显示自定义消息通知</van-button>
|
|
</demo-block>
|
|
|
|
<van-notify id="van-notify" />
|
|
<van-notify id="custom-selector" />
|
|
|