How can I update the border color of the v-card
element from vuetify
when the user clicks the showError
button associated with the limited-products
id? I want the border color to change to red. Additionally, when the user clicks the removeError
button, I want the border color of the v-card with the limited-products
id to revert back to white. You can view the details and code snippets in my CodePen here. Can you help me identify the issue in my code? https://i.sstatic.net/qadq9.png