Quiz: Components
Test your knowledge of components in Vue.
We'll cover the following...
1
How do you register components globally?
A)
By using the Vue.provide()
method
B)
By using the Vue.component()
method
C)
By using the Vue.use()
method
D)
By using the Vue.global()
method
Question 1 of 70 attempted
...