Skip to content

Commit 46c50b2

Browse files
authored
docs: reference error this.counterStore.counter (#1067)
1 parent c60c5ae commit 46c50b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
},
8080
computed: {
8181
tripleCounter() {
82-
return counterStore.counter * 3
82+
return this.counterStore.counter * 3
8383
},
8484
},
8585
}

0 commit comments

Comments
 (0)