Quiz Yourself on Vue 2 vs Vue 3 and Preparing for Migration
Test yourself on what you have learned so far.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How can we initialize a Vue 3 application?
A.
new Vue({})
B.
createVueApp({})
C.
createApp({})
D.
new Vue.createApp({})
1 / 5