Skip to content

Commit 20ab8b1

Browse files
authored
docs: Update actions.md (#1103)
1 parent 44f0762 commit 20ab8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/core-concepts/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export default {
147147
},
148148
methods: {
149149
incrementAndPrint() {
150-
counterStore.increment()
151-
console.log('New Count:', counterStore.count)
150+
this.counterStore.increment()
151+
console.log('New Count:', this.counterStore.count)
152152
},
153153
},
154154
}

0 commit comments

Comments
 (0)