mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
339 B
Plaintext
15 lines
339 B
Plaintext
<import src="/dist/toast/index.wxml" />
|
|
|
|
<view class="container">
|
|
|
|
<view class="doc-title zan-hairline--bottom">TOAST</view>
|
|
|
|
<view class="zan-btns" style="margin-top: 30vh;">
|
|
<button class="zan-btn" bindtap="showToast">
|
|
显示toast
|
|
</button>
|
|
</view>
|
|
</view>
|
|
|
|
<template is="zan-toast" data="{{ zanToast }}"></template>
|