Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created May 25, 2017 14:15
Show Gist options
  • Save vuejsdevelopers/f9ea58acd7de9773bb9ef3aace9336ef to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/f9ea58acd7de9773bb9ef3aace9336ef to your computer and use it in GitHub Desktop.
Using JSX with Vue.js - Snippet 02
render (h) {
return (
<div id='my-id'>,
{ this.msg }
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment