diff --git a/nuxt.config.js b/nuxt.config.js index be8da36c5..7c0111d66 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -84,6 +84,7 @@ module.exports = { 'cookie-universal-nuxt', '@nuxtjs/apollo', '@nuxtjs/axios', + 'portal-vue/nuxt', [ 'nuxt-sass-resources-loader', path.resolve(__dirname, './styleguide/src/system/styles/shared.scss') diff --git a/package.json b/package.json index f316df396..391701a73 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "jsonwebtoken": "^8.3.0", "nuxt": "^2.0.0", "nuxt-env": "^0.0.4", + "portal-vue": "^1.5.1", "v-tooltip": "^2.0.0-rc.33", "vue-count-to": "^1.0.13", "vue-izitoast": "1.1.2", diff --git a/yarn.lock b/yarn.lock index 800a9deff..851ee3d5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8734,6 +8734,11 @@ popper.js@^1.12.9: resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.14.5.tgz#98abcce7c7c34c4ee47fcbc6b3da8af2c0a127bc" integrity sha512-fs4Sd8bZLgEzrk8aS7Em1qh+wcawtE87kRUJQhK6+LndyV1HerX7+LURzAylVaTyWIn5NTB/lyjnWqw/AZ6Yrw== +portal-vue@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/portal-vue/-/portal-vue-1.5.1.tgz#6bed79ef168d9676bb79f41d43c5cd4cedf54dbc" + integrity sha512-7T0K+qyY8bnjnEpQTiLbGsUaGlFcemK9gLurVSr6x1/qzr2HkHDNCOz5i+xhuTD1CrXckf/AGeCnLzvmAHMOHw== + posix-character-classes@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"