Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in vuex modules snippet #31

Closed
dawnfantasy opened this issue Jan 16, 2019 · 1 comment
Closed

Add in vuex modules snippet #31

dawnfantasy opened this issue Jan 16, 2019 · 1 comment

Comments

@dawnfantasy
Copy link

dawnfantasy commented Jan 16, 2019

Please add in store modules scaffolding "vstore-module".

const state = () => ({
data: ''
});

const getters = {
};

const actions = {
};

const mutations = {
};

export default {
namespaced: true,
state,
getters,
actions,
mutations
};

Luke-Wilson added a commit to Luke-Wilson/vue-vscode-snippets that referenced this issue Mar 28, 2019
sdras added a commit that referenced this issue Apr 7, 2019
add vmodule snippet for vuex modules per issue #31
@sdras
Copy link
Owner

sdras commented Apr 7, 2019

This is merged! Thanks @Luke-Wilson!

@sdras sdras closed this as completed Apr 7, 2019
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

No branches or pull requests

2 participants