Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created October 4, 2023 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unlocomqx/ee4e17abd950c33dd69c2180aba113a9 to your computer and use it in GitHub Desktop.
Save unlocomqx/ee4e17abd950c33dd69c2180aba113a9 to your computer and use it in GitHub Desktop.
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