selectCompanionScene work with svelte
This commit is contained in:
+3
-1
@@ -152,7 +152,9 @@ iframeListener.init();
|
||||
|
||||
const app = new App({
|
||||
target: HtmlUtils.getElementByIdOrFail('svelte-overlay'),
|
||||
props: { },
|
||||
props: {
|
||||
game: game
|
||||
},
|
||||
})
|
||||
|
||||
export default app
|
||||
|
||||
Reference in New Issue
Block a user