You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -176,14 +176,18 @@ The resulting bound array stored in `vm.items` will be:
176
176
]
177
177
```
178
178
179
-
To delete or update an item you can use the `.key` property of a given object:
179
+
To delete or update an item you can use the `.key` property of a given object. But keep in mind you have to remove the `.key` attribute of the updated object:
0 commit comments