v-if多个判断的时候的写法

30 阅读1分钟
<view
    class="contain page3"
    v-if="keyword == 'buySell' || keyword == 'buySellHistory'"
>
</view>