misterymyra_collaboration-12
by Admiral Potato
HTML
<script src="https://unpkg.com/vue-perfectlooper"></script>
<link rel="stylesheet" href="https://admiralpotato.github.io/vue-perfectlooper/demo.css">
<div id="app" class="container">
<h2>A</h2>
<vue-perfectlooper v-bind="a"></vue-perfectlooper>
</div>
JavaScript
Vue.component('vue-perfectlooper', VuePerfectlooper);
new Vue({
el: '#app',
data: {
a: {
"id": "a",
"poster": "https://image.ibb.co/gqgZra/0001.png",
"src":
`https://image.ibb.co/gqgZra/0001.png
https://image.ibb.co/ctpb4v/0002.png
https://image.ibb.co/hodQxF/0003.png
https://image.ibb.co/dTZyHF/0004.png
https://image.ibb.co/koCkxF/0005.png
https://image.ibb.co/fZLG4v/0006.png
https://image.ibb.co/imHw4v/0007.png
https://image.ibb.co/kMNUPv/0008.png
https://image.ibb.co/cPk5xF/0009.png
https://image.ibb.co/kjQura/0010.png
https://image.ibb.co/ge3fWa/0011.png
https://image.ibb.co/esZnBa/0012.png
https://image.ibb.co/isXw4v/0013.png
https://image.ibb.co/cyNw4v/0014.png
https://image.ibb.co/dkR0Wa/0015.png
https://image.ibb.co/dH49Pv/0016.png
https://image.ibb.co/bN60Wa/0017.png
https://image.ibb.co/ipk5xF/0018.png
https://image.ibb.co/b0ZLWa/0019.png
https://image.ibb.co/gQQ5xF/0020.png
https://image.ibb.co/dM0G4v/0021.png
https://image.ibb.co/f255xF/0022.png
https://image.ibb.co/c69XcF/0023.png
https://image.ibb.co/nzWOjv/0024.png
https://image.ibb.co/m06Zra/0025.png
https://image.ibb.co/gjWOjv/0026.png
https://image.ibb.co/cdSUPv/0027.png
https://image.ibb.co/m2V5xF/0028.png
https://image.ibb.co/kdPnBa/0029.png
https://image.ibb.co/mLFura/0030.png
https://image.ibb.co/kKHUPv/0031.png
https://image.ibb.co/hObdHF/0032.png
https://image.ibb.co/efNJHF/0033.png
https://image.ibb.co/iZMCcF/0034.png
https://image.ibb.co/ehzXcF/0035.png
https://image.ibb.co/mJ1dHF/0036.png
https://image.ibb.co/eiX7Ba/0037.png
https://image.ibb.co/iszXcF/0038.png
https://image.ibb.co/n7Pb4v/0039.png
https://image.ibb.co/hj5SBa/0040.png
https://image.ibb.co/d3dQxF/0041.png
https://image.ibb.co/gtEXcF/0042.png
https://image.ibb.co/mRoEra/0043.png
https://image.ibb.co/iyEXcF/0044.png
https://image.ibb.co/iVtfWa/0045.png
https://image.ibb.co/hy3QxF/0046.png
https://image.ibb.co/gpO3jv/0047.png
https://image.ibb.co/hst3jv/0048.png`.split('\n')
}
}
});