Skip to content

Commit

Permalink
chore: add line numbers to flow link in compiler readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 6, 2017
1 parent 679cd1f commit f323719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-template-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit f323719

Please sign in to comment.