mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
Update index.ts
去掉额外的分号
This commit is contained in:
parent
60e52171e2
commit
4d9849a718
@ -2,6 +2,6 @@ import { domReady } from './utils'
|
||||
import { useLoading } from './loading'
|
||||
|
||||
const { appendLoading, removeLoading } = useLoading()
|
||||
window.removeLoading = removeLoading;
|
||||
window.removeLoading = removeLoading
|
||||
|
||||
domReady().then(appendLoading)
|
||||
|
Loading…
x
Reference in New Issue
Block a user