We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a951072 + 418c9a2 commit e5240b4Copy full SHA for e5240b4
docs/examples.md
@@ -185,20 +185,6 @@ export default defineComponent({
185
itemsToShow: 1,
186
snapAlign: 'center',
187
},
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
202
}),
203
})
204
</script>
0 commit comments