Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
来自 Vue.js 的官方 ESLint 插件的消息说:
'v-model' 指令需要与 LHS 一样有效的属性值。
触发该消息的示例是
<input v-model="foo() + bar()">
LHS 是什么意思?
lhs 是左手边的缩写