Quiz: Pushing On With Our Project
Test your understanding of what you have learned in this section.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How do we register page transitions to a Nuxt app in the nuxt.config.ts
file?
A.
Transitions are automatically registered.
B.
Transitions are registered using pageTransition: {}
.
C.
Transitions are registered using transition: {}
.
D.
Transitions are registered using layoutTransition: {}
.
1 / 5
...