Skip to content

Instantly share code, notes, and snippets.

@mtermoul
Created September 15, 2018 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtermoul/23dec344fff6ed8b8e21a7fa49393365 to your computer and use it in GitHub Desktop.
Save mtermoul/23dec344fff6ed8b8e21a7fa49393365 to your computer and use it in GitHub Desktop.
garage-sale/PostCarousel.vue
// garage-sale/src/components/PostCarousel.vue
<script>
import { VCarousel } from 'vuetify'
export default {
name: 'post-carousel',
extends: VCarousel,
props: {
verticalScrolling: {
type: Boolean // by default the item scrolls horizontally
}
},
...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment