0 votes
in VueJS by
Which attribute in JavaScript/Vue JS is used to pass a variable value from parent component to child component?

select the correct option from below

a)Methods

b)Props

c)Computed

d)Template

1 Answer

0 votes
by
c)Computed attribute in JavaScript/Vue JS is used to pass a variable value from parent component to child component
...