Skip to content

Commit c7a26a3

Browse files
authored
fix prop casing
1 parent dc63134 commit c7a26a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/components/ComponentInstance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
:key="child.id"
4141
:instance="child"
4242
:depth="depth + 1"
43-
:classifyDisplayName="classifyDisplayName">
43+
:classify-display-name="classifyDisplayName">
4444
</component-instance>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)