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
<template> tags with no special directives (v-if/else-if/else, v-for, or v-slot) are now treated as plain elements and will result in a native element instead of rendering its inner content. (checked by @ShGKme)
$destroy instance method. Users should no longer manually manage the lifecycle of individual Vue components. Prepare vue3 branch #12352
Global functions set and delete, and the instance methods $set and $delete. They are no longer required with proxy-based change detection. Prepare vue3 branch #12352
The text was updated successfully, but these errors were encountered:
https://v3-migration.vuejs.org
Feel free to create sub issues
Global API
Done
vue3
branch #12352Template Directives
Done
Components
<template>
and functional component option are deprecated - (checked by @ShGKme)Render Function
Custom Elements
Other Minor Changes
<template>
tags with no special directives (v-if/else-if/else, v-for, or v-slot) are now treated as plain elements and will result in a native element instead of rendering its inner content. (checked by @ShGKme)Removed APIs
vue3
branch #12352vue3
branch #12352vue3
branch #12352vue3
branch #12352The text was updated successfully, but these errors were encountered: