Skip to content

Commit 1fe6b43

Browse files
docs: mention the removal of set, delete, $set and $delete (#945)
1 parent f702027 commit 1fe6b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ The following consists a list of breaking changes from 2.x:
117117
- [`$children` instance property](/guide/migration/children.html)
118118
- [`propsData` option](/guide/migration/props-data.html)
119119
- `$destroy` instance method. Users should no longer manually manage the lifecycle of individual Vue components.
120+
- Global functions `set` and `delete`, and the instance methods `$set` and `$delete`. They are no longer required with proxy-based change detection.
120121

121122
## Supporting Libraries
122123

0 commit comments

Comments
 (0)