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: source/guide/list.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ demo.items.pop()
129
129
130
130
Vue.js augments observed Arrays with two convenience methods: `$set()` and `$remove()`.
131
131
132
-
You should avoid directly setting elements of a data-bound Array with indices, because those changes will not be picked up by Vue.js. Instead, use the agumented`$set()` method:
132
+
You should avoid directly setting elements of a data-bound Array with indices, because those changes will not be picked up by Vue.js. Instead, use the augmented`$set()` method:
133
133
134
134
```js
135
135
// same as `demo.items[0] = ...` but triggers view update
0 commit comments