Vue.js is a __?
Which directive binds an attribute to an expression?
What does {{ message }} represent in Vue.js?
What is the correct directive for conditional rendering?
Which directive is used for looping through data?
What is the purpose of the watch property in Vue.js?
How do you pass props to a component in Vue?
Which lifecycle hook is called after the component is mounted?
How do you create a two-way binding in Vue?
What is Vue CLI primarily used for?
What is the primary benefit of the Composition API in Vue 3?
Which lifecycle hook is used to clean up side effects in Composition API?
What does the provide() function do in Vue 3?
How does defineAsyncComponent() enhance performance?
What is a common use case for Vue's Teleport feature?