-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v-model value must be a valid JavaScript member expression #3891
Comments
the linked "reproduction" does not contain the code mentioned in the description. Please open a new issue with a real reproduction. |
make sure update |
Hi, i got the same error since
|
Same here, I got the same error on
|
Posting "same here" on a closed issue without providing a reproduction won't help us to solve this. please open a new issue and provide a real reproduction |
Version
3.1.0-beta.7
Reproduction link
https://github.com/RyzenPan/vue3-element-plus-vite
Steps to reproduce
I set a v-model value is
v-model="data[item.dataIndex[0]]"
data = {
startTime: ''
}
item.dataIndex[0] = 'startTime'
item.dataIndex[0] is String
but the console thorw error
v-model value must be a valid JavaScript member expression
What is expected?
It is not error
What is actually happening?
v-model value must be a valid JavaScript member expression
The text was updated successfully, but these errors were encountered: