Skip to content

Commit 59ba80c

Browse files
committed
chore: remove TODO comments
this is no longer needed as we will use the inner component def to create component instance after resolved.
1 parent ece04c7 commit 59ba80c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/runtime-vapor/src/apiDefineAsyncComponent.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,5 @@ function createInnerComp(
208208
// @ts-expect-error
209209
frag && frag.setRef && frag.setRef(instance)
210210

211-
// TODO custom element
212-
// pass the custom element callback on to the inner comp
213-
// and remove it from the async wrapper
214-
// i.ce = ce
215-
// delete parent.ce
216211
return instance
217212
}

0 commit comments

Comments
 (0)