解决vue数据渲染过程中的闪动问题

关键代码

主要解决vue双大括号{{}}在数据渲染和加载过程中的闪动问题,而影响客服体验。

html代码:

<span class="tableTitle selftab" v-cloak>{{overview.contractCost+overview.changeAuditMoney}}</span>

css:

[v-cloak]{
display: none;
}