Explorar el Código

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

Vadim hace 3 años
padre
commit
0e8511a8be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.`
     )
   }