Blogger Information
Blog 47
fans 0
comment 2
visits 102671
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vue进入页面时滚动条始终在底部
拾一枝樱花的博客
Original
2031 people have browsed it

mounted () {   

    this.scrollToBottom();

},

//每次页面渲染完之后滚动条在最底部

updated:function(){   

    this.scrollToBottom();

},

methods:{   

    scrollToBottom: function () {     

        this.$nextTick(() => {     

            var container = this.$el.querySelector(".chatBox-content-demo");        

            container.scrollTop = container.scrollHeight;    

        })

    }

}

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post