File tree 4 files changed +4
-4
lines changed
versioned_docs/version-v6
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Swiper options should be provided as individual properties directly on the `<swi
171
171
Let's say in an app with ` ion-slides ` we had the ` slidesPerView ` and ` loop ` options set:
172
172
173
173
``` html
174
- <ion-slides [options] =" { slidesPerView: true , loop: true }" >
174
+ <ion-slides [options] =" { slidesPerView: 3 , loop: true }" >
175
175
<ion-slide >Slide 1</ion-slide >
176
176
<ion-slide >Slide 3</ion-slide >
177
177
<ion-slide >Slide 3</ion-slide >
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ Let's say in an app with `ion-slides` we had the `slidesPerView` and `loop` opti
309
309
310
310
``` html
311
311
<template >
312
- <ion-slides :options =" { slidesPerView: true , loop: true }" >
312
+ <ion-slides :options =" { slidesPerView: 3 , loop: true }" >
313
313
<ion-slide >Slide 1</ion-slide >
314
314
<ion-slide >Slide 2</ion-slide >
315
315
<ion-slide >Slide 3</ion-slide >
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ Swiper options should be provided as individual properties directly on the `<swi
169
169
Let's say in an app with ` ion-slides ` we had the ` slidesPerView ` and ` loop ` options set:
170
170
171
171
``` html
172
- <ion-slides [options] =" { slidesPerView: true , loop: true }" >
172
+ <ion-slides [options] =" { slidesPerView: 3 , loop: true }" >
173
173
<ion-slide >Slide 1</ion-slide >
174
174
<ion-slide >Slide 3</ion-slide >
175
175
<ion-slide >Slide 3</ion-slide >
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ Let's say in an app with `ion-slides` we had the `slidesPerView` and `loop` opti
307
307
308
308
``` html
309
309
<template >
310
- <ion-slides :options =" { slidesPerView: true , loop: true }" >
310
+ <ion-slides :options =" { slidesPerView: 3 , loop: true }" >
311
311
<ion-slide >Slide 1</ion-slide >
312
312
<ion-slide >Slide 3</ion-slide >
313
313
<ion-slide >Slide 3</ion-slide >
You can’t perform that action at this time.
0 commit comments