We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547c204 commit d4a1875Copy full SHA for d4a1875
1 file changed
packages/devtools/src/app/pages/session/[session].vue
@@ -27,6 +27,7 @@ onMounted(async () => {
27
imports: mod.imports ?? [],
28
importers: mod.importers ?? [],
29
}))
30
+ isLoading.value = false
31
})
32
</script>
33
0 commit comments