Created
May 10, 2017 07:21
-
-
Save vuejsdevelopers/764de7740ed03858f212632ac9c2c90f to your computer and use it in GitHub Desktop.
What I Learned About VueJS From Building A Chrome Extension - Snippet 01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div id="app"> | |
<div>{{ message }}</div> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment