Skip to content

Commit b793fc0

Browse files
committed
Merge pull request #172 from likang/patch-1
fix typo
2 parents a0682b4 + e98df8d commit b793fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/reactivity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ var vm = new Vue({
146146
msg: 'hi'
147147
},
148148
computed: {
149-
example: {
149+
example: function () {
150150
return Date.now() + this.msg
151151
}
152152
}

0 commit comments

Comments
 (0)