chore: fix typo in apiAsyncComponent.ts (#12912)

This commit is contained in:
Vadim 2022-12-28 00:38:05 +03:00 committed by GitHub
parent 34c6192f4a
commit 0e8511a8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ export function defineAsyncComponent(
if (__DEV__ && suspensible) {
warn(
`The suspensiblbe option for async components is not supported in Vue2. It is ignored.`
`The suspensible option for async components is not supported in Vue2. It is ignored.`
)
}