Created
March 25, 2020 08:40
-
-
Save ninanung/cb025cc137cd461589de09c21fa3668b to your computer and use it in GitHub Desktop.
medium sample code
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
<div id="app">test-component</div> | |
<script> | |
(function() { | |
// vue init | |
landing.createApp('#app', { | |
test: 'test' | |
}); | |
}()); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment