import { defineComponent } from "vue"; import { Vue3Lottie } from "vue3-lottie"; import styles from "./index.module.less"; import AstronautJSON from "@/assets/animate/bigLoad.json"; export default defineComponent({ name: "TheLoading", setup() { return () => (