Onur Gültekin
Onur Gültekin
Thanks for the answer first :) My configuration is like below: in nuxt.config.js file: ``` modules: [ 'vue-scrollto/nuxt' ], ``` In component file: ``` import { scroller } from 'vue-scrollto/src/scrollTo'...
Thanks for the reply but when I import it like below in my component ```javascript import { scroller } from 'vue-scrollto/src/scrollTo' ``` and use **scroller** constant in mounted hook in...
I view this screen when I refresh the page. [](https://ibb.co/tx9XzLr)https://ibb.co/tx9XzLr may SSR be causing it? I imported scrollto module like below but no changes. ```javascript modules: [ {src: 'vue-scrollto/nuxt', ssr:...
Is there any update about this? We're facing the same issue on our project.
Thanks [dargmuesli](https://github.com/dargmuesli) I will try it out now.
[dargmuesli](https://github.com/dargmuesli) it seems fixed. Thanks!