2018-07-30 09:47:31 +08:00

28 lines
579 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<doc-page title="TOPTIPS">
<view style="margin-top: 30vh;">
<zan-button bind:btnclick="showTopTips">
显示toptips声明式调用
</zan-button>
</view>
<view style="margin-top: 30px;">
<zan-button bind:btnclick="showTopTips2">
显示toptips命令式调用
</zan-button>
</view>
<view style="margin-top: 30px;">
<zan-button bind:btnclick="showTopTips3">
显示toptips持续一秒
</zan-button>
</view>
</doc-page>
<zan-toptips
id="zan-toptips"
content="{{ content }}"
is-show="{{ $vant.toptips.show }}"
/>