Skip to content

Commit 71c9d27

Browse files
committed
chore: wip emits
1 parent 5225596 commit 71c9d27

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/runtime-vapor/src/componentEmits.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// NOTE: runtime-core/src/componentEmits.ts
22

3+
// TODO WIP
4+
// @ts-nocheck
5+
36
import {
47
EMPTY_OBJ,
58
type UnionToIntersection,

packages/runtime-vapor/src/componentProps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
setCurrentInstance,
1818
} from './component'
1919
import { patchAttrs } from './componentAttrs'
20-
import { watchEffect } from './apiWatch'
2120
import { createVaporPreScheduler } from './scheduler'
2221

2322
export type ComponentPropsOptions<P = Data> =

0 commit comments

Comments
 (0)