Question Bank
1899 approved questions from the community
Which of the following are modifiers supported by the v-model directive? (Select all that apply)
What is the difference between local and global filters in Vue?
What is scoped CSS in Vue components?
What are X-Templates in Vue?
Recursive components can lead to infinite loops and max stack size exceeded errors if not properly conditioned.
What are inline templates in Vue?
What are non-prop attributes in Vue components?
CSS Modules are supported in VueJS as an alternative to scoped CSS.
Vuex supports hot reloading for mutations, modules, actions, and getters during development.
What is a key difference between VueJS and ReactJS?
What is dynamic route matching in Vue Router?
Single File Components violate the separation of concerns principle by combining HTML, CSS, and JavaScript in one file.
Global mixins should be used frequently as they provide convenient global functionality.
Nested routes in Vue Router require the use of the children option in route configuration.
Templates in Vue provide more programmatic power than render functions.
Which of the following are hook functions provided by custom directives? (Select all that apply)
What combinator is used for deep selectors in scoped CSS?
It is recommended to use v-if and v-for directives together on the same element.
Vue can detect changes when you directly add or delete properties from an object.
When using production/minified builds of Vue.js, DevTools inspection is enabled by default.