1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-27 11:56:39 +08:00
2016-12-20 11:23:39 +08:00

16 lines
330 B
Plaintext

<import src="/dist/toast/index.wxml" />
<view class="container">
<view class="zui-btns">
<button
class="zui-btn zui-btn--primary zui-btn--big"
catchtap="showToast"
style="margin-top: 40vh;"
>
弹个窗~
</button>
</view>
</view>
<template is="zui-toast" data="{{ zuiToast }}"></template>