更新文档

This commit is contained in:
Super Manito
2025-10-16 02:17:52 +08:00
parent cae539f6b7
commit e81a8fda94
7 changed files with 139 additions and 118 deletions

View File

@@ -58,7 +58,7 @@ const ComponentSystem = {
try {
component.app.unmount()
} catch (err) {
console.error('ComponentSystem: unmount previous app error', err)
console.error('组件卸载失败', err)
}
component.app = null
}
@@ -126,7 +126,7 @@ const ComponentSystem = {
try {
component.app.unmount()
} catch (err) {
console.error('ComponentSystem: unmount on reinitialize error', err)
console.error('组件初始化失败', err)
}
component.app = null
}