Guest User

Untitled

a guest
Sep 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. new Vue({
  2. el: "#app",
  3. data: {
  4. count: 0 // 클릭 횟수를 저장할 변수
  5. }
  6. })
Add Comment
Please, Sign In to add comment