Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created May 10, 2017 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuejsdevelopers/23bd2feedc2afbe6869b01772855b349 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/23bd2feedc2afbe6869b01772855b349 to your computer and use it in GitHub Desktop.
What I Learned About VueJS From Building A Chrome Extension - Snippet 02
new Vue({
template: `<div>{{ message }}</div>`
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment