I have trouble while update a specific element in a array, this is my code
then i get a message like this: "Invalid left-hand side in assignment expression".
For further actions, you may consider blocking this person and/or reporting abuse
KyDev -
WebCraft Notes -
Blake Anderson -
Maya Shavin π·βοΈπ‘ -
Top comments (2)
You are trying to assign values to values, you can't do that. This is a JS mistake - nothing to do with Vue.
Replace
?.
with.
thank you so muchπ