Skip to content

Commit 9e34087

Browse files
committed
remove duplicate description about rawProps
1 parent 4a175e3 commit 9e34087

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/guide/components/props.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ defineProps({
401401
// a factory function. The function receives the raw
402402
// props received by the component as the argument.
403403
default(rawProps) {
404-
// default function receives the raw props object as argument
405404
return { message: 'hello' }
406405
}
407406
},
@@ -455,7 +454,6 @@ export default {
455454
// a factory function. The function receives the raw
456455
// props received by the component as the argument.
457456
default(rawProps) {
458-
// default function receives the raw props object as argument
459457
return { message: 'hello' }
460458
}
461459
},

0 commit comments

Comments
 (0)