Last active
May 11, 2020 19:03
-
-
Save fchristant/8781979db0568a689684470b980216e3 to your computer and use it in GitHub Desktop.
dragon.component.mount.js
This file contains 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
dragon.component.mount(window.document.body).then(() =>{ | |
console.log('mounted!'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment