feat(ShareSheet): support title、description prop

This commit is contained in:
chenjiahan
2020-04-09 13:09:32 +08:00
committed by neverland
parent 5080761cfe
commit 68164e64cf
7 changed files with 150 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Vue.use(ActionSheet);
### 基础用法
`ActionSheet`通过`actions`数组来定义展示的选项,数组的每一项是一个对象,对象属性见文档下方表格。
动作面板通过`actions`属性来定义选项,数组的每一项是一个对象,对象格式见文档下方表格。
```html
<van-action-sheet v-model="show" :actions="actions" @select="onSelect" />