chore(runtime-core): remove unnecessary variables (#2680)

This commit is contained in:
edison
2021-02-06 03:06:50 +08:00
committed by GitHub
parent 1f567264a7
commit 3efa2aff13

View File

@@ -47,8 +47,8 @@ export function defineAsyncComponent<
const {
loader,
loadingComponent: loadingComponent,
errorComponent: errorComponent,
loadingComponent,
errorComponent,
delay = 200,
timeout, // undefined = never times out
suspensible = true,