0 votes
in VueJS by
edited by
Which of the following statement is correct for components props in Vue.js?

a) Props are used to pass down data to the child components.

b) Props are custom attributes that you can register on a component.

c) When a value is passed to a prop attribute, it becomes a property on that component instance.

d) All of the above.

1 Answer

0 votes
by

d) All of the above.

...