Component update

Components need to be refreshed

<div v-if="DestroyIncomeStatistics"> </div>
this.DestroyIncomeStatistics = false
this.$nextTick(() => {
      this.DestroyIncomeStatistics = true;
});

Reproduced in: https: //www.jianshu.com/p/aede05bd178a

Guess you like

Origin blog.csdn.net/weixin_33950035/article/details/91265761