We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
codesandbox.io
import Vue from "vue"; const a = [1, 2, 3]; Vue.set(a, 1, 100); // Cannot read properties of undefined (reading 'shallow')
Set the array element by index.
Error occured.
Introduced in 2.7.3 with commit
360272b#diff-2e26135213b820cfd0eaba327405d14d405a4eee7d14a5c4acfcc2c84ef14692R244
The text was updated successfully, but these errors were encountered:
Duplicate of #12632
Sorry, something went wrong.
No branches or pull requests
Version
Reproduction link
codesandbox.io
Steps to reproduce
What is expected?
Set the array element by index.
What is actually happening?
Error occured.
Introduced in 2.7.3 with commit
360272b#diff-2e26135213b820cfd0eaba327405d14d405a4eee7d14a5c4acfcc2c84ef14692R244
The text was updated successfully, but these errors were encountered: