]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove no longer present V_FOR_REF compat entry
authorEvan You <yyx990803@gmail.com>
Thu, 31 Mar 2022 00:15:59 +0000 (08:15 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 31 Mar 2022 00:15:59 +0000 (08:15 +0800)
close vuejs/v3-migration-guide#10

packages/vue-compat/README.md

index 01bd71643a8e9d206ce4c0c8594242d085521227..a530227620256ab2782cf0889773c5c6dbaaefd2 100644 (file)
@@ -308,7 +308,6 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the
 | OPTIONS_BEFORE_DESTROY       | ✔    | `beforeDestroy` -> `beforeUnmount`                                    |                                                                                            |
 | OPTIONS_DESTROYED            | ✔    | `destroyed` -> `unmounted`                                            |                                                                                            |
 | WATCH_ARRAY                  | ✔    | watching an array no longer triggers on mutation unless deep          | [link](https://v3-migration.vuejs.org/breaking-changes/watch.html)                                                        |
-| V_FOR_REF                    | ✔    | `ref` inside `v-for` no longer registers array of refs                | [link](https://v3-migration.vuejs.org/breaking-changes/array-refs.html)                                                   |
 | V_ON_KEYCODE_MODIFIER        | ✔    | `v-on` no longer supports keyCode modifiers                           | [link](https://v3-migration.vuejs.org/breaking-changes/keycode-modifiers.html)                                            |
 | CUSTOM_DIR                   | ✔    | Custom directive hook names changed                                   | [link](https://v3-migration.vuejs.org/breaking-changes/custom-directives.html)                                            |
 | ATTR_FALSE_VALUE             | ✔    | No longer removes attribute if binding value is boolean `false`       | [link](https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html)                                           |