File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const props = defineProps({
3333 },
3434 height: {
3535 type: [String , Number ],
36- default: 350 ,
36+ default: 260 ,
3737 },
3838})
3939
Original file line number Diff line number Diff line change 1010
1111## Vertical
1212
13- <Example id =" vue3-carousel-example-vertical " />
13+ <Example id =" vue3-carousel-example-vertical " :height = " 475 " />
1414
1515## Breakpoints
1616
17- <Example id =" vue3-carousel-example-breakpoints " ></Example >
17+ <Example id =" vue3-carousel-example-breakpoints " :height = " 300 " ></Example >
1818
1919## Autoplay
2020
2626
2727## Custom Navigation
2828
29- <Example id =" vue3-carousel-example-custom-navigation " />
29+ <Example id =" vue3-carousel-example-custom-navigation " :height = " 310 " />
3030
3131## Gallery
3232
33- <Example id =" vue3-carousel-example-gallery " :height =" 500 " />
33+ <Example id =" vue3-carousel-example-gallery " :height =" 400 " />
3434
3535<script >
3636import Example from ' ./.vitepress/components/Example.vue' ;
You can’t perform that action at this time.
0 commit comments