docs(ActionSheet): fix typo (#2132)

This commit is contained in:
neverland 2019-10-10 17:14:27 +08:00 committed by GitHub
parent 577cb8fa72
commit 224e0527fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ Page({
```html
<van-action-sheet show="{{ show }}" title="标题">
<view>内容</view>
<van-action-sheet/>
</van-action-sheet>
```
## API