Vue Migration to Vue 3, Part 1. – Global API Global Vue API is changed to use an application instance. Vue 2 Vue 3 Vue.extend is removed Vue 2 Vue 3 Vue.prototype is replaced by config.globalProperties. Vue 2 Vue 3 …