Skip to content

Commit

Permalink
Update setClipboardData.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghaining authored and Chen-jj committed Aug 1, 2020
1 parent 2c0a77b commit 806c2a2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Taro.setClipboardData(OBJECT)
sidebar_label: setClipboardData
sidebar_label: setClipBoardData
---

设置系统剪贴板的内容。
Expand All @@ -24,7 +24,7 @@ complete|function| |否|接口调用结束的回调函数(调用成功、失
```jsx
import Taro from '@tarojs/taro'

Taro.setClipboardData(params).then(...)
Taro.setClipBoardData(params).then(...)
```


Expand All @@ -34,5 +34,5 @@ Taro.setClipboardData(params).then(...)

| API | 微信小程序 | H5 | React Native |
| :-: | :-: | :-: | :-: |
| Taro.setClipboardData | ✔️ | ✔️(部分实现) | ✔️ |
| Taro.setClipBoardData | ✔️ | ✔️(部分实现) | ✔️ |

0 comments on commit 806c2a2

Please sign in to comment.