From f323719f20d2e2e8f61c60a07080bbfa8b7c0273 Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 6 Sep 2017 02:24:08 -0400 Subject: [PATCH] chore: add line numbers to flow link in compiler readme --- 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 c009ed32dd1..315a4d021ab 100644 --- a/packages/vue-template-compiler/README.md +++ b/packages/vue-template-compiler/README.md @@ -39,7 +39,7 @@ The optional `options` object can contain the following: - `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) 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#L38-L45) and the [built-in modules](https://github.com/vuejs/vue/tree/dev/src/platforms/web/compiler/modules). - `directives`