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 11
11
"dependencies" : {
12
12
"@nuxt/content-theme-docs" : " ^0.6.1" ,
13
13
"nuxt" : " ^2.14.1" ,
14
- "vue-final-modal" : " ^0.16 .0"
14
+ "vue-final-modal" : " ^0.18 .0"
15
15
},
16
16
"devDependencies" : {
17
17
"@nuxtjs/google-analytics" : " ^2.4.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
3
3
import VueFinalModal from 'vue-final-modal/lib'
4
4
5
- Vue . use ( VueFinalModal )
5
+ Vue . use ( VueFinalModal ( ) )
6
6
7
7
import components from '../../example/src/components/index.js'
8
8
Object . keys ( components ) . forEach ( name => {
Original file line number Diff line number Diff line change @@ -9899,10 +9899,10 @@ vue-client-only@^2.0.0:
9899
9899
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
9900
9900
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
9901
9901
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 ==
9906
9906
9907
9907
vue-hot-reload-api@^2.3.0 :
9908
9908
version "2.3.4"
You can’t perform that action at this time.
0 commit comments