Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Vuex v3.1.2 warns when informing an existing module #742

@davidpelayo

Description

@davidpelayo

Due to this at Vuex v3.1.2, we now get a warning when initialising the usage of the vuex-i18n plugin informing a third parameter, config, containing a specific moduleName.

Within my SPA bootstrapping process, I'm declaring a module named I18nModule with my own state keys and everything, which I then later reuse to inject the managed-by-vue-i18n-translations, to avoid having two different modules for the same purpose.

I'm wondering why instead of reusing the existing one a new one is being created here, leading to the warning.

Any idea on this regard? Help is appreciated. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions