All throughout the Vue 3\'s documentation, they do the following when showing example code in a component:
Vue.createApp({})
I\'ve never had