You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using vue-scrollto in my vue 2 project. I've used this.$scrollTo("#id")
On windows 10, scrolling works fine but I'm getting error on Chrome console as below: this.$scrollTo is not a function
On Windows 11 (in Chrome) and some Mac devices (in Safari), the scrolling is happening for a few extra pixels and the targetted Element goes out of the viewport, about 50vh up.
Could this be browser's behavior or the OS compatibility issue for this package?
The text was updated successfully, but these errors were encountered:
I'm using vue-scrollto in my vue 2 project. I've used
this.$scrollTo("#id")
On windows 10, scrolling works fine but I'm getting error on Chrome console as below:
this.$scrollTo is not a function
On Windows 11 (in Chrome) and some Mac devices (in Safari), the scrolling is happening for a few extra pixels and the targetted Element goes out of the viewport, about 50vh up.
Could this be browser's behavior or the OS compatibility issue for this package?
The text was updated successfully, but these errors were encountered: