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