Ver Fonte

docs: fix link to point to ModuleOptions lines (#10531)

Tommy Lebel há 6 anos atrás
pai
commit
5bbb077cd9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/vue-template-compiler/README.md

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

@@ -81,7 +81,7 @@ Note the returned function code uses `with` and thus cannot be used in strict mo
 
   It's possible to hook into the compilation process to support custom template features. **However, beware that by injecting custom compile-time modules, your templates will not work with other build tools built on standard built-in modules, e.g `vue-loader` and `vueify`.**
 
-  An array of compiler modules. For details on compiler modules, refer to the `ModuleOptions` type in [flow declarations](https://github.com/vuejs/vue/blob/dev/flow/compiler.js#L38-L45) and the [built-in modules](https://github.com/vuejs/vue/tree/dev/src/platforms/web/compiler/modules).
+  An array of compiler modules. For details on compiler modules, refer to the `ModuleOptions` type in [flow declarations](https://github.com/vuejs/vue/blob/dev/flow/compiler.js#L47-L59) and the [built-in modules](https://github.com/vuejs/vue/tree/dev/src/platforms/web/compiler/modules).
 
 - `directives`