mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-09 10:34:18 +00:00
format
This commit is contained in:
parent
61414a14d2
commit
8052a77993
@ -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: {
|
extension: {
|
||||||
main: this,
|
main: this,
|
||||||
manifest: this.manifest,
|
manifest: this.manifest,
|
||||||
},
|
},
|
||||||
},
|
})
|
||||||
)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user