DEV Community

Discussion on: Be prepared to migrate your Vue app to Vue 3

Collapse
 
nonary profile image
Nonary • Edited

Using composition API will break Vetur if you’re using the template interpolation feature (where it type checks the html and verifies bound properties exists)

In addition the Vue dev tools will crash significantly more often as it does not officially support the plugin.

So if you rely on that I’d recommend not installing the plugin.