diff --git a/package.json b/package.json index 49cbf04..bae3e8c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "vue": "^3.4.21", "vue-awesome-paginate": "^1.1.46", "vue-router": "4", - "vue3-lazyload": "^0.3.8" + "vue3-lazyload": "^0.3.8", + "vue3-toastify": "^0.2.1" }, "devDependencies": { "@types/node": "^20.14.5", diff --git a/src/components/DoExercise/Title.vue b/src/components/DoExercise/Title.vue index 8cd7fef..2c3249a 100644 --- a/src/components/DoExercise/Title.vue +++ b/src/components/DoExercise/Title.vue @@ -1,5 +1,5 @@