theomessin / vue-chat-scroll

🖱️ Vue directive to keep things scrolled to the bottom.
https://jsfiddle.net/theomessin/n7542hk1/
MIT License
569 stars 76 forks source link

Vue3 with typescript support. #99

Open mjasojedov opened 3 years ago

mjasojedov commented 3 years ago

Hello,

Is there any way to user the vue-chat-sroll with vue3 with typescirpt?

Thank you.

theomessin commented 3 years ago

Probably. I'll get back to you

chmking commented 3 years ago

This evening I got the 1.x package working with vue 3. I'd be happy to provide a PR. Curious how you'd like to version the change.

Jaspur commented 3 years ago

@chmking can I test somewhere?

chmking commented 3 years ago

@Jaspur Here is the current PR with the changes. The pause functionality seems to break with my initial testing.

Jaspur commented 3 years ago

@chmking how can I use that specific codebase? I don't mind the pause being buggy

liquidvisual commented 2 years ago

Any update on this?