Skip to content

Commit 1230c00

Browse files
committed
fix code example (close #173)
1 parent 162b34d commit 1230c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ var parent = new Vue({
393393
// `this` in event callbacks are automatically bound
394394
// to the instance that registered it
395395
this.messages.push(msg)
396-
})
396+
}
397397
}
398398
})
399399
```

0 commit comments

Comments
 (0)