-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Version
5.0.6
Browser and OS info
Chrome 73 / Windows 10
Steps to reproduce
Register a Vuex module with nothing but nested modules.
What is expected?
The nested modules are registered to state on the dev tools.
What is actually happening?
The nested module aren't recognized by the dev tools.
I've created a sandbox for this issue: https://codesandbox.io/s/q8qw1vxp96
To reproduce the errors I'm encountering with this bug:
- Go to https://q8qw1vxp96.codesandbox.io
- Click
Load Module - and open the devtools onto the Vuex tab
SimulatedGREG, danab, m-pavlov, Hobstweedl, ajhaupt7 and 4 more