-
Notifications
You must be signed in to change notification settings - Fork 17
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
按照文档写的例子没有生效 #18
Comments
let target = update(source, {value: {$set: 2}});
console.log(target); 正是因为这是一个immutable的库,所以 |
|
let firstNews = this.data.get('list');
let newFirstNews = set(firstNews, [0, 'title'], 1111);
this.data.set('list', newFirstNews); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本
2.1.0
问题
The text was updated successfully, but these errors were encountered: