Skip to content

Commit 4c6ced5

Browse files
committed
refactor: remove duplicated async loader properties
1 parent 34c6ebf commit 4c6ced5

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
@@ -127,8 +127,6 @@ export interface ObjectVaporComponent
127127

128128
name?: string
129129
vapor?: boolean
130-
__asyncLoader?: () => Promise<VaporComponent>
131-
__asyncResolved?: VaporComponent
132130
}
133131

134132
interface SharedInternalOptions {

0 commit comments

Comments
 (0)