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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,20 @@ The resulting bound array stored in `vm.items` will be:
154
154
}
155
155
]
156
156
```
157
+
Therefore to delete or update an item: first you have to obtain a reference to the '.key' property or the item object. In your Vue instance you could add
0 commit comments