Skip to content

Commit

Permalink
Update src/guide/built-ins/transition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Feb 20, 2024
1 parent ee0a880 commit d400ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/built-ins/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Sometimes you need to force the re-render of a DOM element in order for a transi

Take this counter component for example.

```vue-html
```vue
<script setup>
import { ref } from 'vue';
const count = ref(0);
Expand Down

0 comments on commit d400ed5

Please sign in to comment.