修复 App NextTick 错误

This commit is contained in:
viarotel 2023-10-16 17:33:49 +08:00
parent 21569f622b
commit 94cd60ce1c

View File

@ -19,9 +19,7 @@ app.config.globalProperties.$adb = window.adbkit
app.config.globalProperties.$scrcpy = window.scrcpy
app.config.globalProperties.$path = window.nodePath
app.mount('#app')
app.$nextTick(() => {
app.mount('#app').$nextTick(() => {
// Remove Preload scripts loading
postMessage({ payload: 'removeLoading' }, '*')
})