We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c6192 commit 0e8511aCopy full SHA for 0e8511a
src/v3/apiAsyncComponent.ts
@@ -47,7 +47,7 @@ export function defineAsyncComponent(
47
48
if (__DEV__ && suspensible) {
49
warn(
50
- `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.`
51
)
52
}
53
0 commit comments