1.v-for is used to judge vmurif. the condition of judgment comes from the value
2 in v-for. The code is as follows:
<div v-for="item in items">
<div v-if="{{item.num}}>0">
abc
</div>
<div v-else>
efg
</div>
</div>
3. In this way, vue made a mistake and humbly asked for advice. Thank you very much.