Quiz: Pushing On With Our Project
Test your understanding of what you have learned in this section.
We'll cover the following...
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: {}.
Question 1 of 50 attempted
...
Ask