Skip to content

Commit 7710b8f

Browse files
authored
ensure the deletion triggers view updates.
确保删除能触发更新视图 ensure the deletion triggers view updates.
1 parent a6d0f80 commit 7710b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ type: api
178178

179179
- **用法:**
180180

181-
删除对象的属性。如果对象是响应式的,确保删除更新视图的触发器。这个方法主要用于避开 Vue 不能检测到属性被删除的限制,但是你应该很少会使用它。
181+
删除对象的属性。如果对象是响应式的,确保删除能触发更新视图。这个方法主要用于避开 Vue 不能检测到属性被删除的限制,但是你应该很少会使用它。
182182

183183
**注意对象不能是 Vue 实例,或者 Vue 实例的根数据对象**
184184

0 commit comments

Comments
 (0)