Skip to content

Instantly share code, notes, and snippets.

@velopert
Created January 27, 2017 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velopert/7c185ce812e3e8194e14e6e4142abcfd to your computer and use it in GitHub Desktop.
Save velopert/7c185ce812e3e8194e14e6e4142abcfd to your computer and use it in GitHub Desktop.
<div id="app">
<h1>카운터: {{ number }}</h1>
<button @click="increment">증가</button>
<button @click="decrement">감소</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment