You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Subtle differences between `@vue/composition-api` and the Vue 3 implementation are listed in the [`@vue/composition-api` README](https://github.com/vuejs/composition-api#limitations)
155
+
-[The precedence of `v-if` and `v-for` have been flipped when using both on the same element.](https://github.com/vuejs/vue-next/issues/1165)
156
+
- Warn for [mixing `v-for` and `ref`](https://github.com/vuejs/vue-next/issues/1166).
157
+
- Warn about deprecated instance methods and properties: `$destroy`, `$children`
153
158
154
159
#### RFCs that May Need Amendments to Simplify the Migration
155
160
@@ -186,6 +191,8 @@ Some of them can be automatically migrated with the help of codemods.
186
191
-`<component is>` (for SFC templates).
187
192
-`v-is` (for in-DOM templates).
188
193
- The [`vue/no-deprecated-html-element-is`](https://eslint.vuejs.org/rules/no-deprecated-html-element-is.html) ESLint rule can be used to detect usage for `is` usage on built-in HTML tags.
194
+
-`set` and `delete` instance or global methods [will be supported only in IE compat builds](https://github.com/vuejs/vue-next/issues/2026).
195
+
- Import replacement codemod could be provided for `Vue.set` and `Vue.delete`.
0 commit comments