fixed copy to clipboard

This commit is contained in:
vabene1111
2022-07-07 19:16:16 +02:00
parent 5f0fa24c2a
commit fd4051c04a
3 changed files with 45 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
"vue-class-component": "^7.2.3",
"vue-click-outside": "^1.1.0",
"vue-clickaway": "^2.2.2",
"vue-clipboard2": "^0.3.3",
"vue-cookies": "^1.8.1",
"vue-i18n": "^8.26.8",
"vue-infinite-loading": "^2.4.5",
@@ -69,7 +70,8 @@
"env": {
"node": true
},
"extends": [ "plugin:vue/vue3-essential",
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"@vue/typescript"
],