Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jprodrigues70 authored Dec 28, 2020
1 parent e07c5cf commit b6d4454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Vue Copy To Clipboard

A simple vue 3 plugin to copy text to clipboard
A simple vue 3 plugin to copy text to clipboard.

This plugin is compatible with browsers that can execute [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) and browsers that can execute [execCommand('copy')](https://developer.mozilla.org/pt-BR/docs/Web/API/Document/execCommand), alternatively.

## Installation

Expand Down Expand Up @@ -34,8 +36,6 @@ this.$copyText("Text to copy")
});
```

This plugin is compatible with browsers that can execute [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) and browsers that can execute [execCommand('copy')](https://developer.mozilla.org/pt-BR/docs/Web/API/Document/execCommand), alternatively.

## License

[MIT](LICENSE.txt) License

0 comments on commit b6d4454

Please sign in to comment.