Commit e76eda8a by zws

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

parent 4fe158b2
......@@ -243,7 +243,7 @@ const move = (to: number) => {
start()
}
onMounted(() => {
onBeforeMount(() => {
initTags()
addTags()
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment