Login
Remember
Register
Ask a Question
Which attribute in JavaScript/Vue JS is used to pass a variable value from parent component to child component?
0
votes
asked
Mar 6, 2022
in
VueJS
by
sharadyadav1986
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
javascript-attribute
vuejs-attibute
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 6, 2022
by
sharadyadav1986
c)Computed attribute in JavaScript/Vue JS is used to pass a variable value from parent component to child component
...