Skip to content

Commit

Permalink
fix: SwiperOptions documentation for loopAddBlankSlides (#7289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigovallades committed Feb 5, 2024
1 parent 178511f commit cbc3dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/swiper-options.d.ts
Expand Up @@ -650,7 +650,7 @@ export interface SwiperOptions {
* Automatically adds blank slides if you use Grid or `slidesPerGroup` and the total amount of slides is not even to `slidesPerGroup` or to `grid.rows`
*
*
* @default false
* @default true
*
*/
loopAddBlankSlides?: boolean;
Expand Down

0 comments on commit cbc3dba

Please sign in to comment.