Преглед на файлове

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