// 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不会报错
添加回答
举报
0/150
提交
取消