Question 17
Which of the following statement(s) is/are correct regarding Vuex?
A Vuex store provides a single source of truth that can drive the application.
It provides a variable named “this.$vuexstore” to allow components to access the store data.
A component cannot have its own local state, if the application uses Vuex.
The mutations and actions are some constructs of a Vuex store.