mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-20 20:21:38 +01:00
修复 App NextTick 错误
This commit is contained in:
parent
21569f622b
commit
94cd60ce1c
@ -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' }, '*')
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user