Skip to content

Commit 4031419

Browse files
committed
1 parent 0a44d80 commit 4031419

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@nuxt/content-theme-docs": "^0.5.3",
13-
"nuxt": "^2.14.1"
13+
"nuxt": "^2.14.1",
14+
"vue-final-modal": "^0.13.3"
1415
},
1516
"devDependencies": {
1617
"@nuxtjs/google-analytics": "^2.4.0",

docs/plugins/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Vue from 'vue'
2-
import { VueFinalModal } from '../../lib'
2+
import { VueFinalModal } from 'vue-final-modal'
33

44
Vue.component('VueFinalModal', VueFinalModal)

docs/yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,6 +2411,11 @@ [email protected]:
24112411
raw-body "2.4.0"
24122412
type-is "~1.6.17"
24132413

2414+
body-scroll-lock@^3.0.3:
2415+
version "3.1.5"
2416+
resolved "https://registry.yarnpkg.com/body-scroll-lock/-/body-scroll-lock-3.1.5.tgz#c1392d9217ed2c3e237fee1e910f6cdd80b7aaec"
2417+
integrity sha512-Yi1Xaml0EvNA0OYWxXiYNqY24AfWkbA6w5vxE7GWxtKfzIbZM+Qw+aSmkgsbWzbHiy/RCSkUZBplVxTA+E4jJg==
2418+
24142419
boolbase@^1.0.0, boolbase@~1.0.0:
24152420
version "1.0.0"
24162421
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
@@ -9803,6 +9808,13 @@ vue-client-only@^2.0.0:
98039808
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
98049809
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
98059810

9811+
vue-final-modal@^0.13.3:
9812+
version "0.13.3"
9813+
resolved "https://registry.yarnpkg.com/vue-final-modal/-/vue-final-modal-0.13.3.tgz#ec10a85e134cea03d8e29f5cda51e00bd0892ef6"
9814+
integrity sha512-i7YIDv4tSVeS8b0PXdcT6J2+w71uOsmlPxMR+Q5tLz2NQ4p+uaTEXzcEcXPPjDPTTgLPrf1XpE6TSxMpM7FjSw==
9815+
dependencies:
9816+
body-scroll-lock "^3.0.3"
9817+
98069818
vue-hot-reload-api@^2.3.0:
98079819
version "2.3.4"
98089820
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"

0 commit comments

Comments
 (0)