File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 21
21
</el-form-item >
22
22
<el-form-item >
23
23
<el-button
24
- v-clipboard =" token"
24
+ v-clipboard:copy =" token"
25
25
type =" primary"
26
26
>
27
27
Copy
Original file line number Diff line number Diff line change 1
1
import Vue from 'vue'
2
- import VueClipboards from 'vue-clipboards '
2
+ import VueClipboard from 'vue-clipboard2 '
3
3
4
- Vue . use ( VueClipboards )
4
+ Vue . use ( VueClipboard )
Original file line number Diff line number Diff line change 63
63
"nuxt-property-decorator" : " ^2.1.3" ,
64
64
"svg-captcha" : " ^1.3.11" ,
65
65
"vue-chartjs" : " ^3.4.2" ,
66
- "vue-clipboards " : " ^1.2.4 " ,
66
+ "vue-clipboard2 " : " ^0.3.0 " ,
67
67
"vue-i18n" : " ^7.6.0" ,
68
68
"xmlify" : " ^1.1.0"
69
69
},
Original file line number Diff line number Diff line change @@ -2881,10 +2881,10 @@ cli-width@^2.0.0:
2881
2881
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
2882
2882
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
2883
2883
2884
- clipboard@^1.7.1 :
2885
- version "1.7.1 "
2886
- resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-1.7.1 .tgz#360d6d6946e99a7a1fef395e42ba92b5e9b5a16b "
2887
- integrity sha1-Ng1taUbpmnof7zleQrqStem1oWs =
2884
+ clipboard@^2.0.0 :
2885
+ version "2.0.4 "
2886
+ resolved "https://registry.yarnpkg.com/clipboard/-/clipboard-2.0.4 .tgz#836dafd66cf0fea5d71ce5d5b0bf6e958009112d "
2887
+ integrity sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ= =
2888
2888
dependencies :
2889
2889
good-listener "^1.2.2"
2890
2890
select "^1.1.2"
@@ -10933,12 +10933,12 @@ vue-class-component@^6.2.0:
10933
10933
resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-6.3.2.tgz#e6037e84d1df2af3bde4f455e50ca1b9eec02be6"
10934
10934
integrity sha512-cH208IoM+jgZyEf/g7mnFyofwPDJTM/QvBNhYMjqGB8fCsRyTf68rH2ISw/G20tJv+5mIThQ3upKwoL4jLTr1A==
10935
10935
10936
- vue-clipboards@^1.2.4 :
10937
- version "1.2.4 "
10938
- resolved "https://registry.yarnpkg.com/vue-clipboards /-/vue-clipboards-1.2.4 .tgz#31bc7e47f962c6ce0ba974649fc6f8a35d83a6ef "
10939
- integrity sha512-33W4Zi3tHFwFyHGjjH3j0mcr9vS5c+h7QUtT6PnQPLHB0fW05Mi+Q7lpSvJp+nNNnyAF6uRhK4EZsn/El1nY+A ==
10936
+ vue-clipboard2@^0.3.0 :
10937
+ version "0.3.0 "
10938
+ resolved "https://registry.yarnpkg.com/vue-clipboard2 /-/vue-clipboard2-0.3.0 .tgz#b04d3f9a2d46f12ca85178445930b38463640b22 "
10939
+ integrity sha512-6/Y9NJErWb4LNBLMgsJSdKb7KpF6/jqXagvKlYut6VQzQsNj6515FpwH0r5hhmeJMqaPzf1kxAw8L8Qvw/QBJQ ==
10940
10940
dependencies :
10941
- clipboard "^1.7.1 "
10941
+ clipboard "^2.0.0 "
10942
10942
10943
10943
vue-hot-reload-api@^2.3.0 :
10944
10944
version "2.3.3"
You can’t perform that action at this time.
0 commit comments