This commit is contained in:
SrGooglo 2025-05-10 02:37:35 +00:00
parent 61414a14d2
commit 8052a77993

View File

@ -63,15 +63,12 @@ export default class Extension {
this.manifest.url, this.manifest.url,
) )
this.app.renderComponent = await buildAppRender( this.app.renderComponent = buildAppRender(this.app.render, {
this.app.render, extension: {
{ main: this,
extension: { manifest: this.manifest,
main: this,
manifest: this.manifest,
},
}, },
) })
} }
} }
} }