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 0e20b31 commit 1b4fbeeCopy full SHA for 1b4fbee
packages/devtools-vite/src/app/components/data/ChunkDetails.vue
@@ -35,13 +35,11 @@ withDefaults(defineProps<{
35
</div>
36
37
38
- <!-- TODO -->
39
<template v-if="showImports && chunk.imports.length > 0">
40
<div op50>
41
Imports
42
43
<div flex="~ col gap-1" ws-nowrap>
44
45
<DisplayChunkImports
46
v-for="(importChunk, index) in chunk.imports"
47
:key="index"
0 commit comments