fix: 修复标题显示延迟

This commit is contained in:
dataeaseShu 2022-11-01 17:14:35 +08:00
parent 7fbf021547
commit 85320bf444

View File

@ -205,6 +205,9 @@ const data = {
}
state.styleChangeTimes = 0
state.curComponent = component
if (index !== null && !isNaN(index)) {
state.componentData.splice(index, 1, component)
}
state.curComponentIndex = index
},