Hide a button generated from v-for in a table in VueJS
I want to hide a button from a table. In the component there is a v-for looping in a table. In my response the button display two states (Cancel and Retake Snapshot buttons). I want to set a rule to only hide the Retake Snapshot button.