Skip to content

Instantly share code, notes, and snippets.

@ninanung
Created March 25, 2020 08:40
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 ninanung/cb025cc137cd461589de09c21fa3668b to your computer and use it in GitHub Desktop.
Save ninanung/cb025cc137cd461589de09c21fa3668b to your computer and use it in GitHub Desktop.
medium sample code
<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