We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadb4d4 commit 5fc526cCopy full SHA for 5fc526c
1 file changed
components/modules/stats/tabs/RollupsTab.vue
@@ -41,7 +41,7 @@ const getRollups = async () => {
41
// isLoading.value = false
42
}
43
44
-onBeforeMount(async () => {
+onMounted(async () => {
45
await getRollups()
46
})
47
</script>
0 commit comments