Skip to content

Commit

Permalink
docs: update phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 11, 2025
1 parent 2910a8c commit 276c31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/utilities/presence.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A: The biggest difference is it accepts css animation, and control the visibilit

</Callout>

Presence component provides enhanced control over element mounting/unmounting compared to Vue's native `v-if`. It ensures animations and transitions complete before removing elements from the DOM, making it perfect for animated UI components.
Presence component provides enhanced control over element mounting/unmounting. It ensures animations and transitions complete before removing elements from the DOM, making it perfect for animated UI components.

## API Reference

Expand Down Expand Up @@ -81,7 +81,7 @@ Read our [Animation Guide](/docs/guides/animation) to learn more about implement
</template>
```

### Force Mount Usage
### Force Mount

When you need to ensure content is always rendered regardless of the present state:

Expand Down

0 comments on commit 276c31b

Please sign in to comment.