I'm trying to pass multiple variables in the following code:
<div v-bind:onloadstart='functionOFF = true; editOFF = true'></div>
but I get the following error:
[Vue warn]: Failed to generate render function: SyntaxError: Unexpected token ; in
I tried replacing the ; with a , but the I get:
[Vue warn]: Failed to generate render function: SyntaxError: Invalid shorthand property initializer in
Any ideas on how to achieve this?
&or&&operator maybe