Skip to content

Commit 0458c9e

Browse files
authored
add missing quote (vuejs#348)
1 parent 6581d52 commit 0458c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
setup() {
3434
// mounted
3535
onMounted(() => {
36-
console.log('Component is mounted!)
36+
console.log('Component is mounted!')
3737
})
3838
}
3939
}

0 commit comments

Comments
 (0)