Open ArnoBuschmann opened 6 years ago
Hmmm. Sorry about that.
I've yet to write tests so this might just be sloppy programming on my side :P
I'll look at this over the weekend - sorry it's not sooner!
Take your time, no hurries :)
OK, I have some time next week to work on this!
Just linking another registerModule issue: #74
Hello,
congrats on creating vuex-pathify, I like it a lot! :)
Unfortunately I have a problem in using registerModule() as described in the documentation.
Here is the code, showing, how the 'normal' registerModule method in created works well as expected, but the pathify way by registering it in extend fails. The error message with that is "user is not defined on the instance".
What should I change to get it working?