Skip to content

Commit ee15768

Browse files
authored
Update options-api.md
Fixed a small typo in the documentation.
1 parent 59913b5 commit ee15768

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)