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