Nuxt.js 中使用Swiper Animate
Vue Nuxt.js 中使用Swiper Animate废话不多说,咱就单刀直入。 废话不多说,咱就单刀直入。 首先安装在 vue 中使用的 Swiper npm i vue-awesome-swiper --save。 安装完成后,在 plugins 文件夹下新建一个 swiper.js 文件。js文件内容如下 import Vue from 'vue' import VueAwesomeSwiper from 'vue-awesome-swiper/dist/ssr' Vue.use(VueAwesomeSwiper) 或者参考 github 【→传送门】 准备好所需的 swiper.
用户评论