toast replace by modals, and product filters working

This commit is contained in:
María
2025-08-28 13:53:06 +02:00
parent 49855b11fd
commit 71274defb2
5 changed files with 66 additions and 49 deletions

View File

@@ -182,7 +182,7 @@ export default {
})
},
handleEmit() {
this.$emit('closeModal')
this.$emit('closeModal', null)
},
},
}