fuxingloh/vue-horizontal-list

How to wrap vue-horizontal-list in Nuxt?

lmuzquiz opened this issue · 3 comments

How to wrap vue-horizontal-list in Nuxt?

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?

image

Thank you.

@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.