Question 2
Which of the following statements about Vue 2 templates are correct?
v-if removes elements from DOM when false
v-show toggle initiates re-render of the Vue component
v-bind can bind attributes and class dynamically
Vue 2 templates must use double curly braces for all text interpolation