Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit a531201

Browse files
committed
chore: cleanup
1 parent cfdb0f0 commit a531201

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/runtime-vapor/src/componentEmits.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// NOTE: runtime-core/src/componentEmits.ts
2-
3-
// TODO WIP
4-
51
import {
62
EMPTY_OBJ,
73
type UnionToIntersection,
@@ -54,7 +50,7 @@ export function emit(
5450
...rawArgs: any[]
5551
) {
5652
if (instance.isUnmounted) return
57-
// TODO
53+
5854
if (__DEV__) {
5955
const {
6056
emitsOptions,

0 commit comments

Comments
 (0)