Skip to content

Conversation

nulpatrol
Copy link
Contributor

Partially based on #1274
Import Vuex.

import Vuex from "vuex";

Using before this PR:

(Vuex as any).mapActions(...)

Using after:

Vuex.mapActions(...)

Copy link
Member

@ktsn ktsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add createNamespacedHelpers?
https://github.com/vuejs/vuex/blob/dev/src/index.esm.js#L12

Copy link
Member

@ktsn ktsn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants