import { nextTick } from "vue"; import "@/styles/loading.scss"; export const loading = { show: (value?: string) => { const bodys: Element = document.body; const div = document.createElement("div"); div.className = "block-loading"; div.innerHTML = `