淡淡烟草味2017-06-27 09:19:57
Print outside the function to see if there is data. If there is no data, it should not be updated
大家讲道理2017-06-27 09:19:57
Maybe vue does not support your way of writing html tags
Try changing it to the following one?
<li v-for="item in matchValueList">
<!--<li>{{item.name}}</li>--注释了-->
<span>{{item.name}}</span>
</li>