Created
February 1, 2021 11:25
-
-
Save Dirk94/c82fb91820bada9ed84d219814dfe572 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> | |
| <p>Your name is {{ name }}</p> | |
| </template> | |
| <script> | |
| export default { | |
| data() { return { | |
| name: "Dirk", | |
| } }, | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment