mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
<import src="/zui/toptips/index.wxml" />
|
|
|
|
<view class="container">
|
|
<button class="zui-btn zui-btn--primary zui-btn--big" catchtap="showTopTips">显示toptips</button>
|
|
</view>
|
|
|
|
<template is="zui-toptips" data="{{ componentTopTips }}"></template>
|