Skip to content

Commit faa18c4

Browse files
cseufertyyx990803
authored andcommitted
Added twoWay binding note to compoent.props (vuejs#289)
1 parent 8961fdf commit faa18c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/api/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@ type: api
424424
// type check plus other validations
425425
name: {
426426
type: String,
427-
required: true
427+
required: true,
428+
// warn if not two way bound
429+
twoWay: true
428430
}
429431
}
430432
})

0 commit comments

Comments
 (0)