Skip to content

Commit 0e8511a

Browse files
authored
chore: fix typo in apiAsyncComponent.ts (#12912)
1 parent 34c6192 commit 0e8511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v3/apiAsyncComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function defineAsyncComponent(
4747

4848
if (__DEV__ && suspensible) {
4949
warn(
50-
`The suspensiblbe option for async components is not supported in Vue2. It is ignored.`
50+
`The suspensible option for async components is not supported in Vue2. It is ignored.`
5151
)
5252
}
5353

0 commit comments

Comments
 (0)