天天看點

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;

    }