Skip to content

Commit e23c562

Browse files
Update 2016-12-26-jsfiddle-default-counter.markdown
1 parent 6a25fda commit e23c562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-12-26-jsfiddle-default-counter.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const counterApp = new Vue({
4242
```
4343

4444
counterApp 은 Vue 인스턴스 입니다. `counter-app` ID를 가지는 div에 마운트됩니다. counterApp이 가지는 데이터 객체는 `counter` 입니다.
45-
`counter` 객체는 `#counter-app` 안에서 Handlebars로 출력할 수 있습니다.
45+
`count` 객체는 `#counter-app` 안에서 Handlebars로 출력할 수 있습니다.
4646

4747

4848
### 2. 증가/감소 메소드 추가

0 commit comments

Comments
 (0)