소스 검색

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

Vadim 3 년 전
부모
커밋
0e8511a8be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/v3/apiAsyncComponent.ts

+ 1 - 1
src/v3/apiAsyncComponent.ts

@@ -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.`
     )
   }