Skip to content

Fix hash (case-sensitive) #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/api/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,18 +214,18 @@ For details, see [the guide](/guide/transitions.html#JavaScript_Functions).

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.

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

### v-animation

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

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

### v-pre

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

### v-cloak

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.
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.