Bruno P. Kinoshita 5 лет назад
Родитель
Сommit
ee266af42a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/runtime-core/src/hmr.ts

+ 1 - 1
packages/runtime-core/src/hmr.ts

@@ -72,7 +72,7 @@ function createRecord(
     warn(
       `HMR API usage is out of date.\n` +
         `Please upgrade vue-loader/vite/rollup-plugin-vue or other relevant ` +
-        `depdendency that handles Vue SFC compilation.`
+        `dependency that handles Vue SFC compilation.`
     )
     component = {}
   }