Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created May 10, 2017 07:31
Show Gist options
  • Save vuejsdevelopers/d1b672661c7b294ec53572b38e6c5f81 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/d1b672661c7b294ec53572b38e6c5f81 to your computer and use it in GitHub Desktop.
What I Learned About VueJS From Building A Chrome Extension - Snippet 06
render: function () {
return this.$createElement("div", {attrs: {id: "app"}}, [this.message])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment