You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE
The way we use the MyModule class is different from classical object-oriented programming and similar to how vue-class-component works. We use the class itself as module, not an object constructed by the class
new MyModule() ❌
#
Which means I can't constructor the module with constructor parameters and pass it directly to the store.
The text was updated successfully, but these errors were encountered:
Can parameters be passed in the constructor?
In the documentation it states,
Which means I can't constructor the module with constructor parameters and pass it directly to the store.
The text was updated successfully, but these errors were encountered: