add     
             var count = 0;         var vm = new Vue({             el: "#root",             data: {                 list: []             },             methods: {                 handBtnClick: function() {                     this.list.push({                         id: count++,                         title: "hello"                     });                 }             }         });     

为啥上面的效果是增加的都有渐显效果呢?

用一对标签包裹


    

hello

    

hello

    

hello

相当于每一个都用一对标签包裹

    

hello

    

hello

    

hello


网站名称:Vue中的列表过渡
文章转载:http://tjjierui.cn/article/jeeeho.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP