Skip to content

Commit

Permalink
chore: remove unnecessary diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Mar 17, 2024
1 parent ab91662 commit 68114ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/runtime-vapor/__tests__/componentSlots.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

import {
createComponent,
createSlots,
createVaporApp,
defineComponent,
getCurrentInstance,
nextTick,
ref,
template,
} from '../src'
import { createSlots } from '../src/apiCreateSlots'
import { makeRender } from './_utils'

const define = makeRender<any>()
Expand Down
1 change: 0 additions & 1 deletion packages/runtime-vapor/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export interface ComponentInternalInstance {
component: FunctionalComponent | ObjectComponent
comps: Set<ComponentInternalInstance>
dirs: Map<Node, DirectiveBinding[]>

rawProps: NormalizedRawProps
propsOptions: NormalizedPropsOptions
emitsOptions: ObjectEmitsOptions | null
Expand Down
1 change: 0 additions & 1 deletion packages/runtime-vapor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export {
onErrorCaptured,
// onServerPrefetch,
} from './apiLifecycle'

export {
createVaporApp,
type App,
Expand Down

0 comments on commit 68114ef

Please sign in to comment.