mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-25 06:01:23 +08:00
@@ -2,6 +2,6 @@ import { domReady } from './utils'
|
|||||||
import { useLoading } from './loading'
|
import { useLoading } from './loading'
|
||||||
|
|
||||||
const { appendLoading, removeLoading } = useLoading()
|
const { appendLoading, removeLoading } = useLoading()
|
||||||
window.removeLoading = removeLoading;
|
window.removeLoading = removeLoading
|
||||||
|
|
||||||
domReady().then(appendLoading)
|
domReady().then(appendLoading)
|
||||||
|
Reference in New Issue
Block a user