Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vuex for Everyone

Namespaced Vuex Modules

In the previous Vuex tutorial, we learned that by default, getters, actions, and mutations inside modules are registered under the global namespace, which allows multiple modules to react to the same mutation or action.

In this lesson we’re going to learn how to namespace our Vuex modules, to control this behavior.

This lesson is the final tutorial in our Vuex for Everyone course. If you’re enrolled in The Vue.js Master Class, we’ll show you how to implement and use everything we’ve learned in this course in a real-world application.

If you like this Vue.js course, please share it with your friends.