Image loading

import ImageLoading from "@/components/common/ImageLoading.vue";
components: {
ImageLoading,
},
<ImageLoading :imageURL="" :imageSize="700" loadingSize="large"/>
Last updated
Was this helpful?
import ImageLoading from "@/components/common/ImageLoading.vue";
components: {
ImageLoading,
},
<ImageLoading :imageURL="" :imageSize="700" loadingSize="large"/>
Last updated
Was this helpful?