docs(ShareSheet): add custom icon demo

This commit is contained in:
chenjiahan
2020-04-09 13:09:32 +08:00
committed by neverland
parent 1e2325c006
commit fc4d89b474
3 changed files with 98 additions and 37 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ Vue.use(ShareSheet);
### Basic Usage
```html
<van-cell @click="showShare = true" />
<van-cell title="Show ShareSheet" @click="showShare = true" />
<van-share-sheet
v-model="showShare"
:options="options"
@@ -52,8 +52,8 @@ export default {
```html
<van-share-sheet
v-model="showShare"
title="Share with friends"
:options="options"
title="Share with friends"
description="Description"
/>
```