Created
October 4, 2023 07:06
-
-
Save unlocomqx/ee4e17abd950c33dd69c2180aba113a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Main from "Main.svelte" | |
window.mountMyWidget = function(target, props) { | |
const main = new Main({ | |
target: target, | |
props | |
}) | |
console.log(main) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment