Skip to content

Commit 5cc876b

Browse files
authored
Update options-api.md (#1648)
Fixed a small typo in the documentation.
1 parent 1c69ce0 commit 5cc876b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/typescript/options-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineComponent({
2323
},
2424
mounted() {
2525
this.name // type: string | undefined
26-
this.id // type" number | string | undefined
26+
this.id // type: number | string | undefined
2727
this.msg // type: string
2828
this.metadata // type: any
2929
}

0 commit comments

Comments
 (0)