Skip to content

Commit a2d51c7

Browse files
authored
fix readme
1 parent a9005d4 commit a2d51c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export const actions = {
4545
};
4646

4747
export const getters = {
48-
doubleCount(state: Counter) {
49-
return
48+
doubleCount(state: CounterState) {
49+
return state.count * 2;
5050
}
5151
}
5252

0 commit comments

Comments
 (0)