]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs: remove COMPILER_V_BIND_PROP (#13986)
authoredison <daiwei521@126.com>
Mon, 13 Oct 2025 07:03:10 +0000 (15:03 +0800)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 07:03:10 +0000 (15:03 +0800)
.prop was removed in 3.0. It was reintroduced in 3.2.
see vuejs/core@1c7d737

packages/vue-compat/README.md

index 9428d6f6c7b0615b3759761008eb42b83018733e..260c5df2cebc465cbebacf56e6dfcaff144afb09 100644 (file)
@@ -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 `<component>` 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)                                   |                                                                                                                           |