What does the v-once directive do in Vue to help with performance?
-
A
Renders the element only on the first route visit
-
B
Renders the element or component once and never re-renders it on future updates
-
C
Limits an animation to a single play-through
-
D
Prevents the element from being mounted more than once