Vuetify: 1.0.19
Vue: 2.5.2
Browsers: Chrome 66.0.3359.181
OS: Windows 10
Scrolling to target
Scrolling is broken
Missing reproduction
@jacekkarczmarczyk, ou, I thought copied correctly.
There is an example from an official Vuetify page.
I have amended my issue description.
IE11 doesn't support window.scrollY
The error message has to do something with the method of importing Vue in codepen, it doesn't appear when running dev server
Because 1.0 had error checking here instead:
https://github.com/vuetifyjs/vuetify/blob/98c5c652bdba3661ada7f85db9aecee9e9aa3eb9/src/components/Vuetify/util/goTo.js#L66-L70
@jacekkarczmarczyk I indeed had an issue running locally as well. Otherwise, I would not post it here. Codepen link was just a reproduction after I have noticed it.
So what would be a solution to a problem? =)
Update to 1.1 (or maybe this PR could go to 1.0, but i'm not sure if we're going to release more 1.0 patches)
Or calcutate the offset by yourself and use it as a target