issues Search Results · repo:igeligel/vuex-feature-scoped-structure language:JavaScript
Filter by
4 results
(51 ms)4 results
inigeligel/vuex-feature-scoped-structure (press backspace or delete to remove)Hey, first of all love this folder structure, it s very nice and clean to work with.
Have you got any examples with registering your modules that will allow for the use of a create namespaced helpers ...
EvanBurbidge
- 1
- Opened on Sep 24, 2018
- #4
should i scope the router too?. what if module contain create, read, update delete?. thanks
susilolab
- 2
- Opened on May 29, 2018
- #3
Great project structure, thanks for sharing. Only issue so far - this.$store is not accessible within child components.
How to make sure store can be access in child components as well?
Thanks!
toinbis
- Opened on Apr 12, 2018
- #2
When using vue router with this structure you need to check if the module exists in the create of that module.
this.$store.registerModule( $_products , store); needs to be replaced with
if (!(this.$store ...
oscarteg
- 2
- Opened on Mar 23, 2018
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.