How to wrap vue-horizontal-list in Nuxt?
lmuzquiz opened this issue · 3 comments
lmuzquiz commented
How to wrap vue-horizontal-list in Nuxt?
fuxingloh commented
guastallaigor commented
Hello @fuxingloh.
The provided example (https://github.com/fuxingloh/nuxt-app/blob/master/components/examples/ExampleHorizontalList.vue) is not Nuxt SSR.
You are using mode 'spa' there.
Could you please tell me how to use vue-horizontal-list with SSR support, without getting this error?
Thank you.
fuxingloh commented
@guastallaigor #21 v1.0.11 should fix it.
I added smoothscroll feature due to lack of feature support in safari. However it caused a regression error making SSR break.
I will better address this in the future, thanks for highlighting.