超级大傻花_biu_biu
2020-04-24 16:51
错误提示:
Uncaught DOMException: Failed to execute 'add' on 'DOMTokenList': The token provided ('[object Object]') contains HTML space characters, which are not valid in tokens.
源码:
<div v-show="item.age > 29"
:class="['active','add','more',{'another':true}]" <-就是这一行 去掉那个another就可以 但是加上就不行。。我迷了。。
:style = 'styleMsg'>
{{item.name}}
</div>
3小时速成 Vue2.x 核心技术
82577 学习 · 489 问题
相似问题