-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When import vuex module with code below, no getters and other data added from imported module.
const notificationsModule = () => import('../store/modules/Notifications.js');
export default {
...
mounted() {
this.$store.registerModule("notifications", notificationsModule, { preserveState: true });
},
serverPrefetch () {
this.$store.registerModule("notifications", notificationsModule);
}
}
Metadata
Metadata
Assignees
Labels
No labels