Inndy / vue-clipboard2

A simple vue2 binding to clipboard.js
https://vue-clipboard2.inndy.tw/
MIT License
1.77k stars 242 forks source link

using vue-clipboard2 on Vue 3 + Typescript #142

Open vinhvinhvinh opened 1 year ago

vinhvinhvinh commented 1 year ago

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 exist on type 'void'" - its will be warning that every time i call the @copyText. Please leave a comment or sth thank u guy.

its look like: image

davinma commented 1 year ago

See #67