fix: 修复组件在keepAlive下刷新不触发onActivated钩子问题
parent
4fe158b2ec
commit
e76eda8af3
|
|
@ -243,7 +243,7 @@ const move = (to: number) => {
|
||||||
start()
|
start()
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onBeforeMount(() => {
|
||||||
initTags()
|
initTags()
|
||||||
addTags()
|
addTags()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue