Skip to content

Instantly share code, notes, and snippets.

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