We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05963f6 commit 1c1f9b0Copy full SHA for 1c1f9b0
index.js
@@ -1,6 +1,6 @@
1
import copy from 'copy-to-clipboard';
2
3
-export var CopyToClipboardProps = {
+var CopyToClipboardProps = {
4
text: {
5
type: String,
6
required: true
package.json
{
"name": "vue-copy-to-clipboard",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "Copy to clipboard Vue component",
"main": "index.js",
"repository": "https://github.com/vueComponent/vue-copy-to-clipboard",
0 commit comments