MitsuhaKitsune / vuex-webextensions

A Vuex plugin to share store through webextensions components
MIT License
83 stars 30 forks source link

support for vuex modules #44

Closed jackkru69 closed 3 years ago

jackkru69 commented 3 years ago

Will there be support for vuex modules?

MitsuhaKitsune commented 3 years ago

Didn't should have any problem with modules, just don't forget to declare their in your main store file as it's explained on https://vuex.vuejs.org/guide/modules.html