Skip to content

Commit 9e38bfb

Browse files
committed
Merge pull request #143 from vuejs-jp/fix/api-directive-link
fix api directive link
2 parents f1aa8d6 + 9d58666 commit 9e38bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/custom-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Use this wisely though, because in general you want to avoid side-effects in you
217217

218218
You can optionally provide a priority number for your directive (defaults to 0). A directive with a higher priority will be processed earlier than other directives on the same element. Directives with the same priority will be processed in the order they appear in the element's attribute list, although that order is not guaranteed to be consistent in different browsers.
219219

220-
You can checkout the priorities for some built-in directives in the [API reference](/api/directives.html). Additionally, flow control directives `v-if` and `v-for` always have the highest priority in the compilation process.
220+
You can checkout the priorities for some built-in directives in the [API reference](/api/#Directives). Additionally, flow control directives `v-if` and `v-for` always have the highest priority in the compilation process.
221221

222222
## Element Directives
223223

0 commit comments

Comments
 (0)