How to use swiper in vue.js: First download [swiper.js]; then introduce [swiper.js] globally in [main.js]; finally configure relevant content in the template.
【Related article recommendations: vue.js】
Used in vue.js swiper method:
1. Download swiper.js
npm install vue-awesome-swiper --save
2. Globally introduce swiper.js in main.js
import VueAwesomeSwiper from 'vue-awesome-swiper' import 'swiper/dist/css/swiper.css' Vue.use(VueAwesomeSwiper)
3. In the template Configuration related content
<template> <swiper :options="swiperOption"> <swiper-slide v-for="item in imglist"> <img src="/static/imghwm/default1.png" data-src="rootLink+ '/resources/img/' + item.imgPath" class="lazy" :/ alt="How to use swiper in vue.js" > </swiper-slide> <div class="swiper-pagination" slot="pagination"></div> </swiper> </template> <script> import axios from 'axios' export default { name: 'carrousel', data() { return { rootLink: 'http://119.23.28.239:8080', imglist:[], swiperOption: { autoplay: 3000, //l轮播间隔时间 loop: true, //是否自动轮播 pagination : '.swiper-pagination', //轮播图中下标点显示 paginationClickable :true //轮播图中下标点显示 } } }, mounted() { var vm = this; axios.get(vm.rootLink + '/train/homePage/banner?type=上面') .then(function (data) { vm.imglist = data.data.data }) } } </script>
Related free learning recommendations:JavaScript(Video)
The above is the detailed content of How to use swiper in vue.js. For more information, please follow other related articles on the PHP Chinese website!

VueUse 是 Anthony Fu 的一个开源项目,它为 Vue 开发人员提供了大量适用于 Vue 2 和 Vue 3 的基本 Composition API 实用程序函数。本篇文章就来给大家分享几个我常用的几个 VueUse 最佳组合,希望对大家有所帮助!

Vue3如何更好地使用qrcodejs生成二维码并添加文字描述?下面本篇文章给大家介绍一下Vue3+qrcodejs生成二维码并添加文字描述,希望对大家有所帮助。

本篇文章给大家整理分享8个GitHub上很棒的的 Vue 项目,都是非常棒的项目,希望当中有您想要收藏的那一个。

如何使用VueRouter4.x?下面本篇文章就来给大家分享快速上手教程,介绍一下10分钟快速上手VueRouter4.x的方法,希望对大家有所帮助!

本篇文章带大家聊聊vue指令中的修饰符,对比一下vue中的指令修饰符和dom事件中的event对象,介绍一下常用的事件修饰符,希望对大家有所帮助!

如何覆盖组件库样式?下面本篇文章给大家介绍一下React和Vue项目中优雅地覆盖组件库样式的方法,希望对大家有所帮助!


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1
Easy-to-use and free code editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download
The most popular open source editor

SublimeText3 Linux new version
SublimeText3 Linux latest version
