Skip to content

Commit 245230e

Browse files
committed
chore: remove no longer present V_FOR_REF compat entry
close vuejs/v3-migration-guide#10
1 parent 1070f12 commit 245230e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue-compat/README.md

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

0 commit comments

Comments
 (0)