From 5bbb077cd9d79eabab0002c459d373d75e532ef0 Mon Sep 17 00:00:00 2001 From: Tommy Lebel Date: Thu, 19 Sep 2019 03:52:32 -0400 Subject: [PATCH] docs: fix link to point to ModuleOptions lines (#10531) --- packages/vue-template-compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-template-compiler/README.md b/packages/vue-template-compiler/README.md index e84aab82..fa0a64bb 100644 --- a/packages/vue-template-compiler/README.md +++ b/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`