search

Home  >  Q&A  >  body text

What is the problem

微信图片_20190711171514.png

阿黎阿黎2006 days ago1244

reply all(1)I'll reply

  • angryTom

    angryTom2019-07-16 11:58:27

    When using vue, when binding vue variables to the attributes of the html tag, you should use v-bind (you can also use its abbreviation ":"). In your example, it should be

    <div v-bind:class="classvalue">……</div>

    reply
    0
  • Cancelreply