Skip to content

Commit 8f55bb0

Browse files
shurfeechrisvfritz
authored andcommitted
Add link to modifiers list (#1156)
* Add link to modifiers list * Revise links to modifiers
1 parent 890e07b commit 8f55bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Modifiers are special postfixes denoted by a dot, which indicate that a directiv
116116
<form v-on:submit.prevent="onSubmit"></form>
117117
```
118118

119-
We will see more use of modifiers later when we take a more thorough look at `v-on` and `v-model`.
119+
You'll see other examples of modifiers later, [for `v-on`](https://vuejs.org/v2/guide/events.html#Event-Modifiers) and [for `v-model`](https://vuejs.org/v2/guide/forms.html#Modifiers), when we explore those features.
120120

121121
## Shorthands
122122

0 commit comments

Comments
 (0)