keep-alive标签

在标签中的router-view不会被销毁

activated(){
            console.log('来了');
        },
deactivated(){
            console.log('走了');
        }

在better-scroll中  如何走了。有时没有记录到目前滚动到位置

scroll有一个属性y可以记录当前滚动到位置

实际操作中感觉没有这个bug

猜你喜欢

转载自www.cnblogs.com/flyerya/p/11371492.html