From 5e51910cdbb2c1e934d10916842a4393402428a0 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Mon, 15 Mar 2021 15:41:02 +0000 Subject: [PATCH] docs: mention the removal of set, delete, $set and $delete --- src/guide/migration/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index d7fa741507..c9a0d0300f 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -117,6 +117,7 @@ The following consists a list of breaking changes from 2.x: - [`$children` instance property](/guide/migration/children.html) - [`propsData` option](/guide/migration/props-data.html) - `$destroy` instance method. Users should no longer manually manage the lifecycle of individual Vue components. +- Global functions `set` and `delete`, and the instance methods `$set` and `$delete`. They are no longer required with proxy-based change detection. ## Supporting Libraries