Skip to content

Commit 01028cc

Browse files
authored
docs: Remove wrong comma in composition api example (#1811)
1 parent 9e54c3c commit 01028cc

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
@@ -349,7 +349,7 @@ You can hook into the transition process with JavaScript by listening to events
349349
```js
350350
// called before the element is inserted into the DOM.
351351
// use this to set the "enter-from" state of the element
352-
function onBeforeEnter(el) {},
352+
function onBeforeEnter(el) {}
353353

354354
// called one frame after the element is inserted.
355355
// use this to start the entering animation.

0 commit comments

Comments
 (0)