Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

剪切板 #22

Open
Hongbusi opened this issue Apr 14, 2022 · 3 comments
Open

剪切板 #22

Hongbusi opened this issue Apr 14, 2022 · 3 comments
Labels
feature New feature or request pr welcome

Comments

@Hongbusi
Copy link
Member

Clear and concise description of the problem

useClipboard

Additional context

No response

@Hongbusi Hongbusi added feature New feature or request Developer:Hongbusi labels Apr 14, 2022
@Hongbusi Hongbusi self-assigned this Apr 25, 2022
@Hongbusi Hongbusi removed their assignment Apr 25, 2022
@alexzhang1030 alexzhang1030 self-assigned this Apr 27, 2022
@alexzhang1030 alexzhang1030 removed their assignment May 4, 2022
@inblossoms
Copy link

通过 Clipboard Api 创建这个功能 核心代码
function copyToClipboard(text){ navigator.clipboard.writeText(text) }

@Hongbusi
Copy link
Member Author

Hongbusi commented May 6, 2022

vueuse 已经封装好了

@inblossoms
Copy link

是呢 自己写可能拓展方向更宽一点

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request pr welcome
Development

No branches or pull requests

3 participants