Relative Content

Tag Archive for javascriptjavahtmlcssvue.js

how would I make a delete button work on a website

I am currently working on a javascript project with HTMl, CSS and Vue. The Project is to make a cookbook online that you can add your own recipes, and also delete recipes from. The issue that I have is that when I try to implement a delete button for the added recipes, it breaks the website so that it doesn’t show the given recipes anymore and I cant add any more new recipes either. I am using this as a baseline for the delete code: