feat: migrate all copy to clipboard actions to v-clipboard

This commit is contained in:
liyasthomas
2021-07-27 18:17:41 +05:30
parent 37ad8e08fc
commit 78fccc8583
21 changed files with 120 additions and 129 deletions

3
vue-shim.d.ts vendored
View File

@@ -1,4 +1,5 @@
import Vue from "vue"
declare module "*.vue" {
import Vue from "vue"
export default Vue
}