docs(ActionSheet): fix demo (#2192)

This commit is contained in:
neverland 2019-10-23 17:36:23 +08:00 committed by GitHub
parent 63fb894b41
commit 9a6ba89f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
<van-action-sheet
show="{{ show5 }}"
title="标题"
bind:close="toggleActionSheet4"
bind:close="toggleActionSheet5"
>
<view class="content">内容</view>
</van-action-sheet>