Skip to content

Commit 7152ef2

Browse files
jay-esocmrz
andauthored
docs: fix blockquote language (#3205) (#2531)
Co-authored-by: Yat Fu Chan <[email protected]>
1 parent f7872ec commit 7152ef2

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 @@ Vue では、トランジションが終了したことを検知するために
330330

331331
JavaScript で `<Transition>` コンポーネントのイベントを購読することで、トランジション処理にフックすることができます。
332332

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

0 commit comments

Comments
 (0)