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