vue-seamless-scroll
                                
                                
                                
                                    vue-seamless-scroll copied to clipboard
                            
                            
                            
                        希望可以支持服务端渲染 nuxt.js
找到这个个插件实现图片无缝滚动 费了很大劲儿 这么好的插件很难得,希望能够支持nuxt.js 服务端渲染
Use <client-only> for template
Like:
  <client-only> <vue-seamless-scroll :data="currencies" :class-option="tickerOptions" class="seamless-warp2"> <div v-for="item in currencies" :key="item.name" class="news__currencies__item"> <span class="news__currencies__title">{{ item.name }}</span><span class="news__currencies__number __up">{{ item.price }}</span> </div> </vue-seamless-scroll> </client-only>