diff --git a/frontend/package.json b/frontend/package.json index 4e5947ea8..fc6b6d840 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,6 +45,7 @@ "jest-canvas-mock": "^2.3.1", "jest-environment-jsdom-sixteen": "^2.0.0", "particles-bg-vue": "1.2.3", + "portal-vue": "^2.1.7", "prettier": "^2.2.1", "qrcode": "^1.4.4", "regenerator-runtime": "^0.13.7", diff --git a/frontend/src/plugins/dashboard-plugin.js b/frontend/src/plugins/dashboard-plugin.js index 1a590955a..07ef53d62 100755 --- a/frontend/src/plugins/dashboard-plugin.js +++ b/frontend/src/plugins/dashboard-plugin.js @@ -2,7 +2,7 @@ import GlobalComponents from './globalComponents' import GlobalDirectives from './globalDirectives' import Toasted from 'vue-toasted' - +import PortalVue from 'portal-vue' // vue-bootstrap import { BootstrapVue, IconsPlugin } from 'bootstrap-vue' @@ -25,6 +25,7 @@ export default { Vue.use(BootstrapVue) Vue.use(IconsPlugin) Vue.use(VueMoment) + Vue.use(PortalVue) Vue.use(FlatPickr) Vue.use(Loading) Vue.use(VueApollo) diff --git a/frontend/src/views/Pages/SendOverview.vue b/frontend/src/views/Pages/SendOverview.vue index 08f2f0159..bb413e303 100644 --- a/frontend/src/views/Pages/SendOverview.vue +++ b/frontend/src/views/Pages/SendOverview.vue @@ -27,6 +27,8 @@
+ Secondary +