Skip to content

Commit d400ed5

Browse files
authored
Update src/guide/built-ins/transition.md
1 parent ee0a880 commit d400ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/built-ins/transition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ Sometimes you need to force the re-render of a DOM element in order for a transi
587587

588588
Take this counter component for example.
589589

590-
```vue-html
590+
```vue
591591
<script setup>
592592
import { ref } from 'vue';
593593
const count = ref(0);

0 commit comments

Comments
 (0)