0 votes
in VueJS by
What is the syntax to bind a Vue variable domTitle with an attribute?

select the correct option from below

a)<span v-bind:title=”domTitle”></span>

b)<span :title=”domTitle”></span>

c)None of the options

d)Both the options

1 Answer

0 votes
by

a)<span v-bind:title=”domTitle”></span> is the syntax to bind a Vue variable domTitle with an attribute

Related questions

0 votes
asked Mar 6, 2022 in VueJS by sharadyadav1986
0 votes
asked Mar 6, 2022 in VueJS by sharadyadav1986
...