Skip to content

Commit 45547e6

Browse files
authored
docs: remove COMPILER_V_BIND_PROP (#13986)
.prop was removed in 3.0. It was reintroduced in 3.2. see 1c7d737
1 parent 079010a commit 45547e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue-compat/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the
320320
| FILTERS || Filters removed (this option affects only runtime filter APIs) | [link](https://v3-migration.vuejs.org/breaking-changes/filters.html) |
321321
| COMPILER_IS_ON_ELEMENT || `is` usage is now restricted to `<component>` only | [link](https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html) |
322322
| COMPILER_V_BIND_SYNC || `v-bind.sync` replaced by `v-model` with arguments | [link](https://v3-migration.vuejs.org/breaking-changes/v-model.html) |
323-
| COMPILER_V_BIND_PROP || `v-bind.prop` modifier removed | |
324323
| COMPILER_V_BIND_OBJECT_ORDER || `v-bind="object"` is now order sensitive | [link](https://v3-migration.vuejs.org/breaking-changes/v-bind.html) |
325324
| COMPILER_V_ON_NATIVE || `v-on.native` modifier removed | [link](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html) |
326325
| COMPILER_V_FOR_REF || `ref` in `v-for` (compiler support) | |

0 commit comments

Comments
 (0)