div scrollbar slides to the bottom

Scroll bar slides to the bottom

            // 滚动条到最底部
            function scrollToBottom(){
                var div = document.getElementById('container');
                 this.$nextTick(() => {
                      box.scrollTop = box.scrollHeight
                  })
            }

Guess you like

Origin blog.csdn.net/m0_46693606/article/details/127067606