Sfoglia il codice sorgente

docs: typo fix (#6729)

https://github.com/vuejs/vue/blob/94512f3e8cee4030a1096121700ed49afab48073/src/platforms/web/entry-compiler.js#L5
Meyti 8 anni fa
parent
commit
dd50543829
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/vue-template-compiler/README.md

+ 1 - 1
packages/vue-template-compiler/README.md

@@ -90,7 +90,7 @@ This is used by default in `vue-loader@>=12` and can be disabled using the [`opt
 
 ---
 
-### compiler.ssrCompileToFunction(template)
+### compiler.ssrCompileToFunctions(template)
 
 > 2.4.0+