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
Vue3 has defaulted to setup for a while now ( see the reasons )
Every new developer entering the Vue ecosystem will default to setup (composition API) and learning VTU will be a pain point.
Let's change this and make <script setup> default for VTU docs.