Closed HZZformGD closed 7 years ago
is there some api such as scrollToY(‘bottom’) or scrollToBottom , i have a chatting list , its item is coming from websocket in mounted hook , and i want to scroll it to bottom when i send or receive new message
const elementSize = this.$refs.Scrollbar.getSize() const lowerEnd = elementSize.scrollAreaHeight - elementSize.scrollWrapperHeight; this.$refs.Scrollbar.scrollToY(lowerEnd);
is there some api such as scrollToY(‘bottom’) or scrollToBottom , i have a chatting list , its item is coming from websocket in mounted hook , and i want to scroll it to bottom when i send or receive new message