What is the purpose of the `v-if` directive in Vue 3?
-
A
Conditionally renders an element based on a truthy expression; the element is added/removed from the DOM
-
B
Hides an element with CSS display:none
-
C
Toggles a CSS class on an element
-
D
Conditionally applies a v-bind binding