vue-scrollto
vue-scrollto copied to clipboard
Also add validator for element of scroll container
trafficstars
Hi,
Example case:
VueScrollTo.scrollTo('#xxxelement', 2000, {
container: '#xxxcontainer',
});
it seems that there is a validator for the target element to scroll to, producing the warning:
[vue-scrollto warn]: Trying to scroll to an element that is not on the page: #xxxelement
However for the #xxxcontainer container, the error will just be:
TypeError: Cannot read property 'offsetTop' of null"