博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于swiper轮播图
阅读量:6689 次
发布时间:2019-06-25

本文共 1223 字,大约阅读时间需要 4 分钟。

hot3.png

html:

1在十九届中央纪委三次...
2在十九届中央纪委三次...
3在十九届中央纪委三次...

script: 

mounted() {            new Swiper('.news .swiper-container', {                loop: true,                // autoplay: true,                pagination: {                    el: '.news .swiper-pagination',                    clickable: true,                    renderBullet: function (index, className) {                        return '';                    },                },            })        },

 

使用swiper之前需要在文件中引入swiper插件:

<script src="https://cdn.jsdelivr.net/npm/swiper@4.4.6/dist/js/swiper.min.js"></script>

转载于:https://my.oschina.net/u/3949469/blog/3016251

你可能感兴趣的文章
什么是语法糖?
查看>>
rabbitMQ的安装和创建用户
查看>>
每天一道LeetCode--169.Majority Elemen
查看>>
Struts2笔记——第一个实例HelloWorld
查看>>
Maven安装
查看>>
2.1列表相关知识点
查看>>
OpenStack images
查看>>
xsigo systems
查看>>
ofbiz ins
查看>>
iOS动画实现改变frme和contenOffset
查看>>
深度学习框架搭建之最新版Python及最新版numpy安装
查看>>
mysql GRANT ALL PRIVILEGES 限制某个或所有客户端都可以连接至mysql
查看>>
AaronYang风格 C语言挑讲[二][基本类型、运算符和表达式]
查看>>
DroidPilot使用第一步 - 安装
查看>>
vue-cli —— 项目打包及一些注意事项
查看>>
linux下对/sys/class/gpio中的gpio的控制 (转)
查看>>
ubuntu启动报错 Errors were found while checking the disk-drive for /
查看>>
Django的ModelForm
查看>>
Asp.Net MVC及Web API框架配置会碰到的几个问题及解决方案
查看>>
PHP学习之路(六)
查看>>