We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a175e3 commit 9e34087Copy full SHA for 9e34087
src/guide/components/props.md
@@ -401,7 +401,6 @@ defineProps({
401
// a factory function. The function receives the raw
402
// props received by the component as the argument.
403
default(rawProps) {
404
- // default function receives the raw props object as argument
405
return { message: 'hello' }
406
}
407
},
@@ -455,7 +454,6 @@ export default {
455
454
456
457
458
459
460
461
0 commit comments