/
home
/
henzagold
/
oldsite
/
components
/
File Upload :
llllll
Current File: /home/henzagold/oldsite/components/Loading.vue
<template> <div class="acr-preloader" > <logo width="170px" height="120px" /> <div class="acr-preloader-inner"> <div class="lds-grid"> <div></div> <div></div> <div></div> </div> </div> </div> </template> <script> import logo from "./Logo"; export default { name: "Loading", data: () => ({ loading: false }), methods: { }, components:{ logo }, mounted() { }, created() { } } </script> <style scoped> .acr-preloader { flex-direction: column; } </style>
Copyright ©2k19 -
Hexid
|
Tex7ure