We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece04c7 commit 59ba80cCopy full SHA for 59ba80c
packages/runtime-vapor/src/apiDefineAsyncComponent.ts
@@ -208,10 +208,5 @@ function createInnerComp(
208
// @ts-expect-error
209
frag && frag.setRef && frag.setRef(instance)
210
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
216
return instance
217
}
0 commit comments