mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
<import src="/zui/toast/index.wxml" />
|
|
|
|
<view class="container">
|
|
<button class="zui-btn zui-btn--primary zui-btn--big" catchtap="showToast">弹个窗~</button>
|
|
</view>
|
|
|
|
<template is="zui-toast" data="{{ componentToast }}"></template>
|