Quiz: The Composition API
Test your knowledge of the Composition API in Vue.
We'll cover the following...
1
How can you use the Composition API in a component?
A)
By calling the compose() function
B)
By calling the api() function
C)
By calling the setup() function
D)
All of the above
Question 1 of 70 attempted
 ...
 Ask