Skip to content

Commit cdbbbda

Browse files
Fix README typo
1 parent 1f8ad35 commit cdbbbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ new Vue({
178178
},
179179
asyncComputed: {
180180
blogPostContent: {
181-
read () {
181+
get () {
182182
return Vue.http.get('/post/' + this.postId)
183183
.then(response => response.data.postContent)
184184
},

0 commit comments

Comments
 (0)