Skip to content

Commit 7bc64b5

Browse files
author
Guillaume Chau
committed
fix: add class to component state inspector
1 parent f1d246d commit 7bc64b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/devtools/views/components/ComponentInspector.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@
5252
v-else
5353
class="data"
5454
>
55-
<state-inspector :state="filteredState" />
55+
<state-inspector
56+
:state="filteredState"
57+
class="component-state-inspector"
58+
/>
5659
</section>
5760
</template>
5861
</scroll-pane>

0 commit comments

Comments
 (0)