File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
33Amesome & simple vue chat component
44
5- <a href =" https://https:// github.com/vadymsem/vue-bubble-chat " target =" \_parent " rel =" nofollow " >
5+ <a href =" https://github.com/vadymsem/vue-bubble-chat " target =" \_parent " rel =" nofollow " >
66 <img alt =" " src =" https://img.shields.io/github/stars/vadymsem/vue-bubble-chat.svg?style=social& ; label=Star " >
77</a >
88
Original file line number Diff line number Diff line change 147147</template >
148148
149149<script >
150- import { setTimeout } from ' timers' ;
151150export default {
152151 name: " BubbleChat" ,
153152 props: {
@@ -210,7 +209,7 @@ export default {
210209 scrollDownChat () {
211210 if (this .windowMode ) {
212211 setTimeout (() => {
213- this .$refs .scrollWrapper .scrollTop = this .$refs .scrollWrapper .scrollHeight
212+ this .$refs .scrollWrapper .scrollTop = this .$refs .scrollWrapper .scrollHeight
214213 }, 0 )
215214 }
216215 },
You can’t perform that action at this time.
0 commit comments