9 changed files with 32 additions and 10 deletions
@ -0,0 +1,12 @@ |
|||
<template> |
|||
<img src="../../assets/images/nodata.svg" class="stay-tuned" alt="" /> |
|||
</template> |
|||
<style scoped> |
|||
.stay-tuned { |
|||
position: absolute; |
|||
left: 50%; |
|||
top: 50%; |
|||
transform: translate3d(-50%, -50%, 0); |
|||
object-fit: contain; |
|||
} |
|||
</style> |
|||
Loading…
Reference in new issue