Hi It delete the image on the view but not on Cloudinary But howto dele a image on Cloudinary when push the delete button? The component only have: `deleteImage () { this.$emit('delete', this.imgPublicId) this.$emit('input') this.imgPublicId = null }`
Hi
It delete the image on the view but not on Cloudinary
But howto dele a image on Cloudinary when push the delete button?
The component only have:
`deleteImage () {
this.$emit('delete', this.imgPublicId)
this.$emit('input')
this.imgPublicId = null