Skip to content

Commit e5240b4

Browse files
authored
Merge pull request #395 from Tofandel/patch-1
[Docs] Update shown code to match demo component
2 parents a951072 + 418c9a2 commit e5240b4

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/examples.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,6 @@ export default defineComponent({
185185
itemsToShow: 1,
186186
snapAlign: 'center',
187187
},
188-
// breakpoints are mobile first
189-
// any settings not specified will fallback to the carousel settings
190-
breakpoints: {
191-
// 700px and up
192-
700: {
193-
itemsToShow: 3.5,
194-
snapAlign: 'center',
195-
},
196-
// 1024 and up
197-
1024: {
198-
itemsToShow: 5,
199-
snapAlign: 'start',
200-
},
201-
},
202188
}),
203189
})
204190
</script>

0 commit comments

Comments
 (0)