Skip to content

Commit e770960

Browse files
committed
chore: Merge branch 'minor' into edison/feat/defineVaporCustomElement
2 parents 1a8027a + 4c6ced5 commit e770960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-vapor/src/component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ export interface ObjectVaporComponent
128128
name?: string
129129
vapor?: boolean
130130
isCE?: boolean
131-
__asyncLoader?: () => Promise<VaporComponent>
132-
__asyncResolved?: VaporComponent
133131
}
134132

135133
interface SharedInternalOptions {

0 commit comments

Comments
 (0)