Which method is used to create a Vue instance?
Posted: Oct 03, 2025
View Details
What is the correct syntax for v-for directive?
Posted: Oct 03, 2025
View Details
Which directive is used to bind HTML attributes?
Posted: Oct 03, 2025
View Details
What does the v-show directive do?
Posted: Oct 03, 2025
View Details
How do you pass data from parent to child component?
Posted: Oct 03, 2025
View Details
What is the file extension for Vue single file components?
Posted: Oct 03, 2025
View Details
Which section contains the component logic in a .vue file?
Posted: Oct 03, 2025
View Details
What is the purpose of computed properties?
Posted: Oct 03, 2025
View Details
What is the difference between v-if and v-show?
Posted: Oct 03, 2025
View Details
How do you watch for changes in data properties?
Posted: Oct 03, 2025
View Details
What is the purpose of Vue.nextTick()?
Posted: Oct 03, 2025
View Details
Which lifecycle hook is called before component destruction?
Posted: Oct 03, 2025
View Details
How do you emit custom events from child to parent?
Posted: Oct 03, 2025
View Details
What are slots used for in Vue.js?
Posted: Oct 03, 2025
View Details
How do you define props with validation?
Posted: Oct 03, 2025
View Details
Showing 301 to 315 of 1119 results