Skip to content

Commit

Permalink
fix typo, closed #75
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored Dec 12, 2016
1 parent 9b23fec commit a6723d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/client/components/Counter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
{this.$store.state.count}
</div>
<button on-click={this.increment}>Increment</button>
<button on-click={this.decrement}>Increment</button>
<button on-click={this.decrement}>Decrement</button>
<button on-click={this.incrementAsync}>Increment Async</button>
</div>
)
Expand Down

0 comments on commit a6723d1

Please sign in to comment.