Login
Remember
Register
Ask a Question
Which Vue attribute is used to display an HTML element based on a condition?
0
votes
asked
Mar 6, 2022
in
VueJS
by
sharadyadav1986
Which Vue attribute is used to display an HTML element based on a condition?
select the correct option from below
a)Both the options
b)v-if
c)v-show
d)None of the options
vuejs-attribute
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 6, 2022
by
sharadyadav1986
c)v-show is used to display an HTML element based on a condition
...