fix: 修复组件在keepAlive下刷新不触发onActivated钩子问题

pull/655/MERGE
zws 2025-01-15 14:54:23 +08:00
parent 4fe158b2ec
commit e76eda8af3
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ const move = (to: number) => {
start()
}
onMounted(() => {
onBeforeMount(() => {
initTags()
addTags()
})