Quiz: Components
Test your knowledge of components in Vue.
We'll cover the following...
We'll cover the following...
Technical Quiz
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
1 / 7
...