Question Bank
3705 approved questions from the community
What are plugins in VueJS?
What are mixins in VueJS?
When mixin and component have overlapping data options, how are they merged?
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?
Which of the following are array mutation methods that trigger view updates in Vue? (Select all that apply)
VueJS supports all ECMAScript 5 compliant browsers, but does not support IE8 and below.
What are dynamic components in VueJS?
Which of the following are event modifiers provided by Vue? (Select all that apply)
What are custom directives in VueJS?
You can mix both scoped and non-scoped styles in the same Vue component.
Filters in Vue can be chained together using the pipe (|) symbol.
Global mixins should be used frequently as they provide convenient global functionality.
Single File Components violate the separation of concerns principle by combining HTML, CSS, and JavaScript in one file.
Templates in Vue provide more programmatic power than render functions.
What is dynamic route matching in Vue Router?
What directive is used to create two-way data bindings on form inputs in Vue?
What are components in VueJS?
What are props in VueJS?