0 votes
in VueJS by

To pass the variable value from component to root instance, which method is employed in a Vue JS application?

select the correct option from below

a)Attribute binding

b)Event handling

c)Forms

d)Communicating Events

1 Answer

0 votes
by
d)Communicating Events

To pass the variable value from component to root instance, Communicating Events method is employed in a Vue JS application

Related questions

0 votes
0 votes
asked Apr 15, 2022 in ReactJS by Robindeniel
...