From 973f01c5895e7bc2e91d664d996bd5595fae0320 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Thu, 22 Apr 2021 10:59:55 +0200 Subject: [PATCH] fix: add `binding.expression` removal to BC list See: https://github.com/vuejs/vue-next/issues/3107 --- 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 e328afb6e7..ea272b40c7 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -118,6 +118,7 @@ The following consists a list of breaking changes from 2.x: - [`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. +- `binding.expression` in [Custom Directives](/guide/migration/custom-directives.html). ## Supporting Libraries