We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca30a3 commit fff27ccCopy full SHA for fff27cc
snippets/snippets.cson
@@ -264,3 +264,6 @@
264
'body': '${1:variable}: () => state.${1:variable}'
265
'description': 'Vuex snippet for getters.'
266
'descriptionMoreURL': 'https://vuex.vuejs.org/en/getters.html'
267
+ 'Mutation type':
268
+ 'prefix': 'vtype'
269
+ 'body': 'export const ${1:MUTATION_TYPE} = \'${1:MUTATION_TYPE}\''
0 commit comments