mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-09 02:24:17 +00:00
format
This commit is contained in:
parent
61414a14d2
commit
8052a77993
@ -63,15 +63,12 @@ export default class Extension {
|
||||
this.manifest.url,
|
||||
)
|
||||
|
||||
this.app.renderComponent = await buildAppRender(
|
||||
this.app.render,
|
||||
{
|
||||
extension: {
|
||||
main: this,
|
||||
manifest: this.manifest,
|
||||
},
|
||||
this.app.renderComponent = buildAppRender(this.app.render, {
|
||||
extension: {
|
||||
main: this,
|
||||
manifest: this.manifest,
|
||||
},
|
||||
)
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user