chore(runtime-core): remove unnecessary variables (#2680)
This commit is contained in:
parent
1f567264a7
commit
3efa2aff13
@ -47,8 +47,8 @@ export function defineAsyncComponent<
|
|||||||
|
|
||||||
const {
|
const {
|
||||||
loader,
|
loader,
|
||||||
loadingComponent: loadingComponent,
|
loadingComponent,
|
||||||
errorComponent: errorComponent,
|
errorComponent,
|
||||||
delay = 200,
|
delay = 200,
|
||||||
timeout, // undefined = never times out
|
timeout, // undefined = never times out
|
||||||
suspensible = true,
|
suspensible = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user