天天看点

vue切换显示隐藏

vue切换隐藏显示效果

切换显示隐藏效果

  • {{item.title}}
  • new Vue({

    el:’.list’,

    data:{

    current:0,

    items:[

    {title:‘item1’},

    {title:‘item2’},

    {title:‘item3’},

    {title:‘item4’}

    ]

    },

    methods:{

    addClass:function(index){

    this.current=index;

    }

    }

    })

    注意设置属性颜色

    ·color{

    Background:red;

    }