In my previous blog post about integrating Vue into Razor views, I showed a fun way to work with Vue.js while still leveraging the best and robust way of building a server side rendered webapp with regular Razor views.
In this blog post i'm looking into migrating that project to use Vue 3. During this I encountered some breaking changes.