vue-clipboard2 icon indicating copy to clipboard operation
vue-clipboard2 copied to clipboard

A simple vue2 binding to clipboard.js

Results 39 vue-clipboard2 issues
Sort by recently updated
recently updated
newest added

I need to use this in the TS environment, so what should the event type be in the handleCopy, handleError method? I used clipboardEvent but it says text property doesn't...

"vue-clipboard2": "^0.3.3", "element-ui": "^2.15.6", Uncaught TypeError: t.hasAttribute is not a function at t.exports (clipboard.min.js:7:1) at f (clipboard.min.js:7:1) at s (clipboard.min.js:7:1) at r.value (clipboard.min.js:7:1) at HTMLButtonElement.eval (clipboard.min.js:7:1) at eval (vue-clipboard.js:29:1)

Hi guys! I have implement an button to copy text to clipboard I'm working on Vue 3 + Typescript and im stuck in a problem that "Property '$copyText' does not...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

When I was using cypress to run test cases for the purpose to copy text via v-clipboard , it always occurs error while copying here is the simple example of...

When using this plug-in in vue, when the user clicks the button to copy, does the browser pop up to authorize this permission? After the user rejects, the method still...

我在safari 游览器 ,在异步方法内使用会有报错,复制失败,当时chrome内是正常的