Igor Randjelovic
Igor Randjelovic
I'm not opposed to it, so if you submit a PR we can get it merged!
@logotip4ik hmm, I'll need to check - I'm not sure actually 🤔
I haven't planned for this, as I've never had to use horizontal scrolling. I'm not opposed to adding this, by allowing offset to be an Object in the form of...
I don't think there is anything specific to Nuxt, you just need to import the scroller factory, and create multiple instances of it to scroll multiple containers at once. ```js...
I'm not familiar with Nuxt, but from what I can tell - you are using `this.$scrollTo` instead of separate scroller instances. You could use ```js this.$scrollTo('#date' + this.$route.query.date.split('-').join(''), 600, {...
Can you share the full error message?
Probably an SSR related issue. ```js import { scroller } from 'vue-scrollto/src/scrollTo' ``` Should not run in SSR. I'm not sure what the workaround is in Nuxt - as I...
@hacknug I'm open to adding that - but definitely need to check for `CSS.escape` existence and fallback to not using it for unsupported browsers. Mind opening a PR?
@nothingismagick I get the same as @sw-yx with node `v13.5.0` I'm using [volta](https://volta.sh/) to manage node version, could that be related?
I just tried it, but seems to crash as soon as it opens. Digging a little - seems like it's trying to run `npm install -g @guijs/server-core` but global installs...