Skip to content

Commit 0d35aa5

Browse files
posvayyx990803
authored andcommitted
Fix links on vue-template-compiler README (#4021)
1 parent defd45c commit 0d35aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/vue-template-compiler/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The optional `options` object can contain the following:
3838

3939
- `modules`
4040

41-
An array of compiler modules. For details on compiler modules, refer to its [type definition](https://github.com/vuejs/vue/blob/dev/flow/compiler.js#L31) and the [built-in modules](https://github.com/vuejs/vue/tree/dev/src/platforms/web/compiler/modules).
41+
An array of compiler modules. For details on compiler modules, refer to its [type definition](https://github.com/vuejs/vue/blob/dev/flow/compiler.js#L35) and the [built-in modules](https://github.com/vuejs/vue/tree/dev/src/platforms/web/compiler/modules).
4242

4343
- `directives`
4444

@@ -55,7 +55,7 @@ The optional `options` object can contain the following:
5555
5656
By default, a compile-time directive will extract the directive and the directive will not be present at runtime. If you want the directive to also be handled by a runtime definition, return `true` in the transform function.
5757
58-
Refer to the implementation of some [built-in compile-time directives](https://github.com/vuejs/vue/tree/next/src/platforms/web/compiler/directives).
58+
Refer to the implementation of some [built-in compile-time directives](https://github.com/vuejs/vue/tree/dev/src/platforms/web/compiler/directives).
5959
6060
- `preserveWhitespace`
6161
@@ -80,7 +80,7 @@ This is only useful at runtime with pre-configured builds, so it doesn't accept
8080
8181
### compiler.parseComponent(file, [options])
8282
83-
Parse a SFC (single-file component, or `*.vue` file) into a [descriptor](https://github.com/vuejs/vue/blob/dev/flow/compiler.js#L131). This is used in SFC build tools like `vue-loader` and `vueify`.
83+
Parse a SFC (single-file component, or `*.vue` file) into a [descriptor](https://github.com/vuejs/vue/blob/dev/flow/compiler.js#L137). This is used in SFC build tools like `vue-loader` and `vueify`.
8484
8585
#### Options
8686

0 commit comments

Comments
 (0)