diff --git a/package-lock.json b/package-lock.json index fdcea6d..36c54b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1047,6 +1047,11 @@ "to-fast-properties": "^2.0.0" } }, + "@dafcoe/vue-notification": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@dafcoe/vue-notification/-/vue-notification-0.1.5.tgz", + "integrity": "sha512-bd85Nx/0wv25a8cr16/ylG++MGf/a2aFbZGtEUqVA9IkGKF407g+ujh1g5s/2c2iBUoRYBFv4x9FBz9zjNRe8g==" + }, "@hapi/address": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz", diff --git a/package.json b/package.json index a478f88..ef32f7c 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@dafcoe/vue-notification": "^0.1.5", "core-js": "^3.6.5", "material-design-icons-iconfont": "^6.1.0", "svg.js": "^2.7.1", diff --git a/src/components/DiplomacyGame.vue b/src/components/DiplomacyGame.vue index 4638a8f..450a314 100644 --- a/src/components/DiplomacyGame.vue +++ b/src/components/DiplomacyGame.vue @@ -70,15 +70,20 @@ + +