diff --git a/package-lock.json b/package-lock.json index c38329c..ffd1b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "pinia": "^2.3.0", "vue": "^3.4.38", + "vue-toast-notification": "^3.1.3", "vue3-markdown-it": "^1.0.10", "vue3-toastify": "^0.2.8" }, @@ -2737,6 +2738,18 @@ } } }, + "node_modules/vue-toast-notification": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/vue-toast-notification/-/vue-toast-notification-3.1.3.tgz", + "integrity": "sha512-XNyWqwLIGBFfX5G9sK+clq3N3IPlhDjzNdbZaXkEElcotPlWs0wWZailk1vqhdtLYT/93Y4FHAVuzyatLmPZRA==", + "license": "MIT", + "engines": { + "node": ">=12.15.0" + }, + "peerDependencies": { + "vue": "^3.0" + } + }, "node_modules/vue-tsc": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.2.0.tgz", diff --git a/package.json b/package.json index d790549..4834611 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "pinia": "^2.3.0", "vue": "^3.4.38", + "vue-toast-notification": "^3.1.3", "vue3-markdown-it": "^1.0.10", "vue3-toastify": "^0.2.8" }, diff --git a/src/components/ActionSection.vue b/src/components/ActionSection.vue index f9951fd..4397347 100644 --- a/src/components/ActionSection.vue +++ b/src/components/ActionSection.vue @@ -1,4 +1,7 @@