在class中添加 {’another‘:age>29} 后就报错了 这是为啥呀?
错误提示:
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>