We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f702027 commit 1fe6b43Copy full SHA for 1fe6b43
src/guide/migration/introduction.md
@@ -117,6 +117,7 @@ The following consists a list of breaking changes from 2.x:
117
- [`$children` instance property](/guide/migration/children.html)
118
- [`propsData` option](/guide/migration/props-data.html)
119
- `$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.
121
122
## Supporting Libraries
123
0 commit comments