Skip to content

Instantly share code, notes, and snippets.

@alexsasharegan
Created March 31, 2018 17:37
Show Gist options
  • Save alexsasharegan/c842bfd91bfe903d6e23e74458c14216 to your computer and use it in GitHub Desktop.
Save alexsasharegan/c842bfd91bfe903d6e23e74458c14216 to your computer and use it in GitHub Desktop.
<div id="root"></div>
<script src="//unpkg.com/vue/dist/vue.js"></script>
<script>
window.app = new Vue({
el: "#root",
functional: true,
render(h) {
return h('span', 'Hello λλλ')
}
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment