Skip to content

Instantly share code, notes, and snippets.

@myChen-skr
myChen-skr / index.pug
Created March 3, 2021 13:17
Vue card carousel
link(href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400" rel="stylesheet")
h1 Vue Carousel
script#v-carousel(type="x/template")
.card-carousel-wrapper
.card-carousel--nav__left(
@click="moveCarousel(-1)"
:disabled="atHeadOfList"
)