Created
August 30, 2020 06:35
-
-
Save bachhm-dev/efaacb310ab748806e6426bd8b5c86f2 to your computer and use it in GitHub Desktop.
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
| <template> | |
| <div> | |
| <h1>{{ msg }}</h1> | |
| <button @click="count++">count is: {{ count }}</button> | |
| <p>Edit <code>components/HelloWorld.vue</code> to test hot module replacement.</p> | |
| </div> | |
| </template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment