fix: 修复组件在keepAlive下刷新不触发onActivated钩子问题
This commit is contained in:
@ -243,7 +243,7 @@ const move = (to: number) => {
|
||||
start()
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
onBeforeMount(() => {
|
||||
initTags()
|
||||
addTags()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user