When working on my component template in Vue.js, I encountered some error quotes: https://i.sstatic.net/tkZIZ.png
I noticed issues with the following lines of code: :state="validateState('form.name')" and :state="validateState('form.foods')"
Is there a way to fix this in a Vue.js template? I tried using :state="validateState("form.name")" but it did not work for me