Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • test
  • routers
  • carousel.vue
  • initialize carousel
    6c9acb08
    Rijn authored
    2017-01-16 02:45:11 -0600  
    Browse Code ยป
carousel.vue 140 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
<template>
    <Carousel>
        <Carousel-item></Carousel-item>
    </Carousel>
</template>
<script>
    export default {
    }
</script>