码迷,mamicode.com
首页 > 其他好文 > 详细

vue中引入swiper插件

时间:2017-11-17 20:00:21      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:word   注册   default   round   imp   --   css   one   install   

这里我们使用npm的方式安装swiper插件。

1.npm install vue-awesome-swiper --save

2.在main.js文件中引入文件

import Vue from ‘vue‘

import VueAwesomeSwiper from ‘vue-awesome-swiper‘
3.然后注册全局的swiper

Vue.use(VueAwesomeSwiper)

4.在模板中使用

//引入swiper.css
require(‘swiper/dist/css/swiper.css‘)

import { swiper, swiperSlide } from ‘vue-awesome-swiper‘
 
export default {
  components: {
    swiper,
    swiperSlide
  }
}
5.swiper的js设置直接写在直接放在 mounted 中处理。

vue中引入swiper插件

标签:word   注册   default   round   imp   --   css   one   install   

原文地址:http://www.cnblogs.com/wanf/p/7852747.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!