- other committ

This commit is contained in:
Paolo Arena
2019-10-10 17:36:25 +02:00
parent 39ab006e72
commit 0f7e2a5bed
25 changed files with 15938 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<template>
<div id="preloader">
<div v-for="(image, index) in arrimg">
<img :src="getimg(image)" width="1" height="1"/>
</div>
</div>
</template>
<script lang="ts" src="./CPreloadImages.ts">
</script>
<style lang="scss" scoped>
@import './CPreloadImages.scss';
</style>