diff --git a/package.json b/package.json index ca33da5..de2d2d0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ }, "dependencies": { "axios": "^1.7.9", - "vue": "^3.5.13" + "vue": "^3.5.13", + "vue3-toastify": "^0.2.8" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1", diff --git a/src/App.vue b/src/App.vue index 8bede03..7b7eb5c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,12 @@ diff --git a/src/components/CartItem.vue b/src/components/CartItem.vue index 9907eea..e00da03 100644 --- a/src/components/CartItem.vue +++ b/src/components/CartItem.vue @@ -1,13 +1,25 @@ + +