Skip to content

Commit 3efa2af

Browse files
authored
chore(runtime-core): remove unnecessary variables (#2680)
1 parent 1f56726 commit 3efa2af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-core/src/apiAsyncComponent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export function defineAsyncComponent<
4747

4848
const {
4949
loader,
50-
loadingComponent: loadingComponent,
51-
errorComponent: errorComponent,
50+
loadingComponent,
51+
errorComponent,
5252
delay = 200,
5353
timeout, // undefined = never times out
5454
suspensible = true,

0 commit comments

Comments
 (0)