vue.js有輪播圖插件,例如vue-concise-slider,它是基于Swiper4、適用于Vue的輪播組件,支持服務(wù)端渲染和單頁應(yīng)用;vue-awesome-swiper配置簡單,支持自適應(yīng)/全屏+按鈕+分頁,同時兼容移動和PC端。
讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務(wù)項(xiàng)目有:主機(jī)域名、網(wǎng)絡(luò)空間、營銷軟件、網(wǎng)站建設(shè)、紅古網(wǎng)站維護(hù)、網(wǎng)站推廣。
vue.js輪播圖插件vue-awesome-swiper
vue-awesome-swiper是基于 Swiper4、適用于 Vue 的輪播組件,支持服務(wù)端渲染和單頁應(yīng)用。
vue-awesome-swiper是基于swiper的,安裝不同版本的vue-awesome-swiper對應(yīng)不同的swiper,所以swiper里面的屬性多數(shù)能應(yīng)用到vue-awesome-swiper中,也可以根據(jù)swiper文檔來設(shè)置vue-awesome-swiper屬性;
swiper官方文檔:https://www.swiper.com.cn/api/index2.html
安裝:
npm install vue-awesome-swiper --save
導(dǎo)入使用:
// import import Vue from 'vue' import VueAwesomeSwiper from 'vue-awesome-swiper' // mount with global Vue.use(VueAwesomeSwiper) // mount with component import { swiper, swiperSlide } from 'vue-awesome-swiper' export default { components: { swiper, swiperSlide } }
案例展示及示例代碼:
https://surmon-china.github.io/vue-awesome-swiper/
注意版本變化
starting with version 2.6.0, you need to manually introduce swiper's css
import 'swiper/dist/css/swiper.css'
更多編程相關(guān)知識,請?jiān)L問:編程課程?。?
網(wǎng)頁標(biāo)題:vue.js有輪播圖插件嗎?
文章位置:http://weahome.cn/article/cgcepc.html