A message from the official ESLint plugin for Vue.js says:
'v-model' directives require the attribute value which is valid as LHS.
An example which triggers that message is
<input v-model="foo() + bar()">
What does LHS mean?
A message from the official ESLint plugin for Vue.js says:
'v-model' directives require the attribute value which is valid as LHS.
An example which triggers that message is
<input v-model="foo() + bar()">
What does LHS mean?
lhs is short for left hand side