Skip to content

Instantly share code, notes, and snippets.

@landrade
Last active February 18, 2021 20:50
Show Gist options
  • Save landrade/08586be38242e157c9ac6110d5e00d5b to your computer and use it in GitHub Desktop.
Save landrade/08586be38242e157c9ac6110d5e00d5b to your computer and use it in GitHub Desktop.
return {
render: function(elm, props) {
elm.innerHTML = props.foo;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment