Skip to content

Commit c8f0f73

Browse files
committed
make simpler action
1 parent 42f0c3d commit c8f0f73

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "vue-vscode-snippets" extension will be documented in
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 1.7.1
8+
9+
- Make simpler action
10+
711
## 1.7.0
812

913
- Add in vue-router snippets

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Vue VSCode Snippets",
44
"description": "Snippets that will supercharge your Vue workflow",
55
"icon": "images/vue-logo.png",
6-
"version": "1.7.0",
6+
"version": "1.7.1",
77
"publisher": "sdras",
88
"engines": {
99
"vscode": "^1.14.0"

snippets/vue-script-vuex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"}",
100100
"",
101101
"export const actions = {",
102-
"\tupdateActionValue: ({ commit }, payload) => {",
102+
"\tupdateActionValue({ commit }) {",
103103
"\t\tcommit('updateValue', payload)",
104104
"\t}",
105105
"}"

0 commit comments

Comments
 (0)