What is the problem
阿黎
阿黎 2019-07-11 17:15:47
0
1
1210

微信图片_20190711171514.png

阿黎
阿黎

reply all(1)
angryTom

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>

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template