mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
commit
b9e6a3d183
@ -4,8 +4,4 @@ import { useLoading } from './loading'
|
||||
const { appendLoading, removeLoading } = useLoading()
|
||||
window.removeLoading = removeLoading;
|
||||
|
||||
;(async () => {
|
||||
await domReady()
|
||||
|
||||
appendLoading()
|
||||
})()
|
||||
domReady().then(appendLoading)
|
||||
|
Loading…
x
Reference in New Issue
Block a user