From: edison Date: Mon, 13 Oct 2025 07:03:10 +0000 (+0800) Subject: docs: remove COMPILER_V_BIND_PROP (#13986) X-Git-Tag: v3.6.0-alpha.3~20^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45547e69b25baa99a0ed52ba5110c5bd8b4a35e4;p=thirdparty%2Fvuejs%2Fcore.git docs: remove COMPILER_V_BIND_PROP (#13986) .prop was removed in 3.0. It was reintroduced in 3.2. see vuejs/core@1c7d737 --- 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) | |