Skip to content

Commit 6a25fda

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const counterApp = new Vue({
3535
el: '#counter-app',
3636
data: function () {
3737
return {
38-
counter: 0
38+
count: 0
3939
}
4040
}
4141
})

0 commit comments

Comments
 (0)