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

Easily copy to clipboard in Vue 3

Results 11 vue-clipboard3 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/37534478/192679346-80c99a1d-bdc2-4d89-8f91-39553adc3230.png)

Sorry, I use Google Translate, so some meanings may not be clear. Use your instance for testing, and the model above IOS 15 cannot work normally. My colleague’s ios version...

Solves issue #11: `ReferenceError: exports is not defined in ES module scope This file is being treated as an ES module because it has a '.js' file extension and '/home/jesman/Projects/_Frontend/marketplace-customer-account-v1/node_modules/vue-clipboard3/package.json'...

This file is being treated as an ES module because it has a '.js' file extension and '/Users/wangchunyu40/workspace/global-express-m/node_modules/vue-clipboard3/package.json' contains "type": "module". To treat it as a CommonJS script, rename it...

https://typescript-eslint.io/rules/unbound-method/ ![Snipaste_2023-09-26_14-49-12](https://github.com/JamieCurnow/vue-clipboard3/assets/25103518/e4178fca-8362-42c7-8a6d-857722bf4b73) > Avoid referencing unbound methods which may cause unintentional scoping of `this`. > If your function does not access `this`, you can annotate it with `this: void`, or...

避免模糊不清的 `this` 作用域, `toClipboard` 方法并不需要使用 `this`。

no Https and Permissions,i can't use "navigator?.clipboard?.read()" Api. use "document.addEventListener("paste", (event) => {}" ,It does not work...

Typescript does not find types. I'm using vite 4 + vue 3. Code with this error: ``` import useClipboard from 'vue-clipboard3'; ``` Code without this error: ``` import useClipboard from...

When using Vue3 to develop a small program, refer to the copy plug-in, the error is as follows: index.js:2 ReferenceError: HTMLElement is not defined at Object.t.node (index.js:2) at listen (index.js:2)...