I recently created a chat app using Laravel and Vue.js with pusher integration. Everything works perfectly in all browsers except for Internet Explorer, which is not supporting the scroll method. To fix this issue, I installed the v-chat-scroll library for scrolling.
The console is showing the following errors:
[Vue warn]: Error in directive chat-scroll inserted hook:
"
"TypeError: Object doesn't support property or method 'scroll'
Object doesn't support property or method 'scroll'
If anyone knows how to solve this problem, please share your solution with me.