v-if
動(dòng)態(tài)計(jì)算時(shí),如果數(shù)據(jù)層級(jí)太深可能導(dǎo)致render
函數(shù)沒有自動(dòng)刷新,所以需要手動(dòng)刷新哲银。此時(shí)可以調(diào)用this.$forceUpdate()
強(qiáng)制刷新扛吞。
使用示例:
this.couponList[index].isSelected = true
//賦值后調(diào)用強(qiáng)制刷新
this.$forceUpdate()