Skip to content

Commit 5fc526c

Browse files
committed
Try to fix v1
1 parent cadb4d4 commit 5fc526c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/modules/stats/tabs/RollupsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const getRollups = async () => {
4141
// isLoading.value = false
4242
}
4343
44-
onBeforeMount(async () => {
44+
onMounted(async () => {
4545
await getRollups()
4646
})
4747
</script>

0 commit comments

Comments
 (0)