Skip to content

Commit 8ad4e8d

Browse files
committed
Fix hash (case-sensitive)
1 parent 8bc4533 commit 8ad4e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/api/directives.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,18 +214,18 @@ For details, see [the guide](/guide/transitions.html#JavaScript_Functions).
214214

215215
Notify Vue.js to apply transition CSS classes to this element. The transition classes are applied when certain transition-triggering directives modify the element, or when the ViewModel's DOM manipulation methods are called.
216216

217-
For details, see [the guide](/guide/transitions.html#Css_Transitions).
217+
For details, see [the guide](/guide/transitions.html#CSS_Transitions).
218218

219219
### v-animation
220220

221221
Notify Vue.js to apply animation CSS classes to this element. The order of CSS class application is different from `v-transition`.
222222

223-
For details, see [the guide](/guide/transitions.html#Css_Animations).
223+
For details, see [the guide](/guide/transitions.html#CSS_Animations).
224224

225225
### v-pre
226226

227227
Skip compilation for this element and all its children. Skipping large numbers of nodes with no directives on them can speed up compilation.
228228

229229
### v-cloak
230230

231-
This property remains on the element until the associated ViewModel finishes compilation. Combined with CSS rules such as `[v-cloak] { display: none }`, this directive can be used to hide un-compiled mustache bindings until the ViewModel is ready.
231+
This property remains on the element until the associated ViewModel finishes compilation. Combined with CSS rules such as `[v-cloak] { display: none }`, this directive can be used to hide un-compiled mustache bindings until the ViewModel is ready.

0 commit comments

Comments
 (0)