Skip to content

Commit ecd2ccb

Browse files
committed
chore: update non-componentName
1 parent ed40f9c commit ecd2ccb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tender-doors-carry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vue-change-marker': patch
3+
---
4+
5+
chore: update non-componentName

packages/core/src/canvas.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function highlight(
6464
updatedInstance.type.name ||
6565
updatedInstance.type.__name ||
6666
updatedInstance.type.__file ||
67-
'- -'
67+
'Anonymous'
6868
ctx.save()
6969
if (rect.width >= 120) {
7070
ctx.font = '14px Arial'

0 commit comments

Comments
 (0)