Skip to content

Commit d4a1875

Browse files
committed
fix: loading state
1 parent 547c204 commit d4a1875

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/devtools/src/app/pages/session/[session].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ onMounted(async () => {
2727
imports: mod.imports ?? [],
2828
importers: mod.importers ?? [],
2929
}))
30+
isLoading.value = false
3031
})
3132
</script>
3233

0 commit comments

Comments
 (0)