// seller是从后台异步请求来的数据 seller = { title : kfc, goods : ['汉堡', '鸡腿', '鸡翅']}
<div class = 'title'> {{seller.title}} </div>
<div v-if='seller.goods' class='goods'> {{seller.goods[0]}} </div>
为什么.title不加v-if不会报错
李小五
相关分类