File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "@nuxt/content-theme-docs" : " ^0.6.1" ,
1313 "nuxt" : " ^2.14.1" ,
14- "vue-final-modal" : " ^0.16 .0"
14+ "vue-final-modal" : " ^0.18 .0"
1515 },
1616 "devDependencies" : {
1717 "@nuxtjs/google-analytics" : " ^2.4.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Vue from 'vue'
22
33import VueFinalModal from 'vue-final-modal/lib'
44
5- Vue . use ( VueFinalModal )
5+ Vue . use ( VueFinalModal ( ) )
66
77import components from '../../example/src/components/index.js'
88Object . keys ( components ) . forEach ( name => {
Original file line number Diff line number Diff line change @@ -9899,10 +9899,10 @@ vue-client-only@^2.0.0:
98999899 resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
99009900 integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
99019901
9902- vue-final-modal@^0.16 .0 :
9903- version "0.16 .0"
9904- resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-0.16 .0.tgz#9dc0a9246a8da25f6bceff6e5f78ff2a292d9a88 "
9905- integrity sha512-JJQQxo2b5xnqX5cqN239cUZZ+83AFrp1eM+rpw+DfmWX1UvxcIu83n8TK3//N8mGHNQiXVvWHSv4JeW9716EDA ==
9902+ vue-final-modal@^0.18 .0 :
9903+ version "0.18 .0"
9904+ resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-0.18 .0.tgz#8525133d68b9f7e63af38610d1ee5f59deae4646 "
9905+ integrity sha512-yeso4SfPXg0wpLNc42YwZnbG0BTNfDLPgmWE8OIsFBHtRq/+gdd+vj1kJNefJbiv+1f6r0xe6Ac54C+DlGo/Eg ==
99069906
99079907vue-hot-reload-api@^2.3.0 :
99089908 version "2.3.4"
You can’t perform that action at this time.
0 commit comments