Skip to content

Commit 2e07b40

Browse files
authored
docs: fix blockquote language (#3205)
1 parent 0cafdc5 commit 2e07b40

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
@@ -330,7 +330,7 @@ In comparison, properties like `height` or `margin` will trigger CSS layout, so
330330

331331
You can hook into the transition process with JavaScript by listening to events on the `<Transition>` component:
332332

333-
```html
333+
```vue-html
334334
<Transition
335335
@before-enter="onBeforeEnter"
336336
@enter="onEnter"

0 commit comments

Comments
 (0)