mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
<import src="/dist/toast/index.wxml" />
|
|
|
|
<view class="container">
|
|
<view class="zui-btns">
|
|
<button
|
|
class="zui-btn zui-btn--primary zui-btn--large"
|
|
catchtap="showToast"
|
|
style="margin-top: 40vh;"
|
|
>
|
|
弹个窗~
|
|
</button>
|
|
</view>
|
|
</view>
|
|
|
|
<template is="zui-toast" data="{{ zuiToast }}"></template>
|