v-for循环某个item添加样式

Posted 青袂婉梦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了v-for循环某个item添加样式相关的知识,希望对你有一定的参考价值。

<template>
    <view class="bread" v-for="(item, index) in nodePathArray" :key="index">
        item.name
    </view>
</template>
								
<style scoped lang="less">

    .bread:nth-child(n)
      cursor: pointer;
    

</style>

以上是关于v-for循环某个item添加样式的主要内容,如果未能解决你的问题,请参考以下文章

v-for循环给某个item添加点击事件

v-for循环出来的元素,实现鼠标放在当前元素,改变样式

Vuejs 使用 v-for 添加和删除类

v-for循环

Vue3实现列表循环

如何在 vuejs 中打破 v-for 循环