From 45547e69b25baa99a0ed52ba5110c5bd8b4a35e4 Mon Sep 17 00:00:00 2001 From: edison Date: Mon, 13 Oct 2025 15:03:10 +0800 Subject: [PATCH] docs: remove COMPILER_V_BIND_PROP (#13986) .prop was removed in 3.0. It was reintroduced in 3.2. see vuejs/core@1c7d737 --- packages/vue-compat/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/vue-compat/README.md b/packages/vue-compat/README.md index 9428d6f6c7..260c5df2ce 100644 --- a/packages/vue-compat/README.md +++ b/packages/vue-compat/README.md @@ -320,7 +320,6 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the | FILTERS | ✔ | Filters removed (this option affects only runtime filter APIs) | [link](https://v3-migration.vuejs.org/breaking-changes/filters.html) | | COMPILER_IS_ON_ELEMENT | ✔ | `is` usage is now restricted to `` only | [link](https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html) | | COMPILER_V_BIND_SYNC | ✔ | `v-bind.sync` replaced by `v-model` with arguments | [link](https://v3-migration.vuejs.org/breaking-changes/v-model.html) | -| COMPILER_V_BIND_PROP | ✔ | `v-bind.prop` modifier removed | | | COMPILER_V_BIND_OBJECT_ORDER | ✔ | `v-bind="object"` is now order sensitive | [link](https://v3-migration.vuejs.org/breaking-changes/v-bind.html) | | COMPILER_V_ON_NATIVE | ✔ | `v-on.native` modifier removed | [link](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html) | | COMPILER_V_FOR_REF | ✔ | `ref` in `v-for` (compiler support) | | -- 2.47.3