Total Questions : 10
Expected Time : 10 Minutes

1. What is the purpose of the 'v-if' directive in Vue.js?

2. In Vue.js, what is the purpose of the 'computed' property?

3. How can you pass data from a parent component to a child component in Vue.js?

4. Which directive is used for two-way data binding in Vue.js?

5. What is the purpose of Vue.js Dynamic Components? Provide an example scenario where using dynamic components is beneficial.

6. What is the purpose of the 'functional' component option in Vue.js? Provide an example scenario where using a functional component is beneficial.

7. What is the purpose of the 'v-pre' directive in Vue.js?

8. What is the purpose of Vue.js Transitions? Provide an example scenario where using transitions would be beneficial.

9. What is the purpose of the 'transition' component in Vue.js?

10. What is the purpose of the 'nextTick' method in Vue.js?