Skip to content

Instantly share code, notes, and snippets.

@curder
Created June 30, 2019 16:21
Show Gist options
  • Save curder/4a5e00c63620d4c446c5b840910a71d0 to your computer and use it in GitHub Desktop.
Save curder/4a5e00c63620d4c446c5b840910a71d0 to your computer and use it in GitHub Desktop.
Vue组件之轮播图flickity
<template>
<div class="bg-gray-100">
<div style="width: 640px; height: 480px;">
<carousel>
<img src="https://placeimg.com/640/480/any?1">
<img src="https://placeimg.com/640/480/any?2">
<img src="https://placeimg.com/640/480/any?3">
<img src="https://placeimg.com/640/480/any?4">
<img src="https://placeimg.com/640/480/any?5">
</carousel>
</div>
</template>
@curder
Copy link
Author

curder commented Jun 30, 2019

安装依赖:

yarn add flickity --dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment