Skip to content

Commit 4451a17

Browse files
baiwusanyu-csxzz
authored andcommitted
chore: remove debugger
1 parent d4de55f commit 4451a17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/helpers/resolveAssets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ function resolveAsset(
106106
resolve(instance[type] || (Component as ComponentOptions)[type], name) ||
107107
// global registration
108108
resolve(instance.appContext[type], name)
109-
debugger
110109
if (!res && maybeSelfReference) {
111110
// fallback to implicit self-reference
112111
return Component

0 commit comments

Comments
 (0)