按照官方vue-awesome-swiper Demo nuxtjs文件配置
Vue.js v2.4.4
"vue-awesome-swiper": "^3.0.6"
"nuxt": "^1.0.0-rc11",
初始化是成功改的

nuxt.config.js 增加webpackConfig 配置还是还是报错
extend (webpackConfig, {isDev, isClient, isServer}) {
// 处理 Swiper4 下的 dom7 模块的语法问题
webpackConfig.resolve.alias['swiper$'] = 'swiper/dist/js/swiper.js'
webpackConfig.resolve.alias['dom7$'] = 'dom7/dist/dom7.js'
}
建议修改 <div class="swiper-wrapper my-wrapper">
建议修改 <div class="swiper-slide my-slide" v-for="banner in banners">
加载完后图片有显示但没轮播,是什么原因啊?
你好,我也出现了这个问题,具体是如何修复的呢?没看太懂
我最近测试下, 尽快修复
这个只有一张图的时候。。也会报这个错误
@CGerAJ @xjccc 分别在什么环境下得到这个错误,IE吗?
是 example 的问题,抱歉,我的锅。
I got the same problem when trying the ssr example
nuxt: v.1.1.1
vue-awesome-swiper: 3.1.2
Most helpful comment
https://github.com/surmon-china/vue-awesome-swiper/blob/df4840ff95f6855b71a013d7696350dc117103aa/examples/nuxt-ssr-example/nuxt-ssr-example.vue#L4
https://github.com/surmon-china/vue-awesome-swiper/blob/df4840ff95f6855b71a013d7696350dc117103aa/examples/nuxt-ssr-example/nuxt-ssr-example.vue#L5