Last active
May 10, 2020 22:06
-
-
Save gdonega/d52fede48b8a5055fa0e0971b3ca3694 to your computer and use it in GitHub Desktop.
VueApp.vue dev versão #1
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 id="app"> | |
<h1>Bem vindo ao Vue.js</h1> | |
</div> | |
</template> | |
<script> | |
export default { | |
name: "app", | |
} | |
</script> | |
<style> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment