docs(actionsheet): fix doc error (#3070)

fix #3058
This commit is contained in:
rex 2020-04-26 14:37:37 +08:00 committed by GitHub
parent c53ce239c2
commit f1d055fb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ Page({
```html
<van-action-sheet
show="{{ show }}"
:actions="actions"
actions="{{ actions }}"
description="这是一段描述信息"
/>
```