Inndy / vue-clipboard2

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

feat: Compatible with vue3 #121

Closed zhangzheng-zz closed 3 years ago

zhangzheng-zz commented 3 years ago

In Vue3, Vue.prototype replaced by config.globalProperties.

Inndy commented 3 years ago

For the record, I've never use Vue3. But since there is a PR, I would loved to merge it ;)