You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/api/directives.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -214,18 +214,18 @@ For details, see [the guide](/guide/transitions.html#JavaScript_Functions).
214
214
215
215
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.
216
216
217
-
For details, see [the guide](/guide/transitions.html#Css_Transitions).
217
+
For details, see [the guide](/guide/transitions.html#CSS_Transitions).
218
218
219
219
### v-animation
220
220
221
221
Notify Vue.js to apply animation CSS classes to this element. The order of CSS class application is different from `v-transition`.
222
222
223
-
For details, see [the guide](/guide/transitions.html#Css_Animations).
223
+
For details, see [the guide](/guide/transitions.html#CSS_Animations).
224
224
225
225
### v-pre
226
226
227
227
Skip compilation for this element and all its children. Skipping large numbers of nodes with no directives on them can speed up compilation.
228
228
229
229
### v-cloak
230
230
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