testv.vue
468 Bytes
<template>
<div class="main">
<span>TEST IT</span>
</div>
</template>
<style>
.main .mint-swipe-indicators {
left: auto !important;
bottom: 5px !important;
right: -16px;
}
image[lazy=loading] {
width: 40px !important;
height: 50vw;
margin: auto;
}
</style>
<script type="text/ecmascript-6">
export default {
data() {
return {};
},
};
</script>