mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
chore: fix typo in apiAsyncComponent.ts (#12912)
This commit is contained in:
parent
34c6192f4a
commit
0e8511a8be
@ -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.`
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user