onActivated(() => { getList() })

onActivated(() => {
  getList()
})
pull/1/head
siontion 9 months ago
parent bfd74145f3
commit a37b927698

@ -310,4 +310,7 @@ onMounted(async () => {
await getList()
})
onActivated(() => {
getList()
})
</script>
Loading…
Cancel
Save