Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gdonega/d52fede48b8a5055fa0e0971b3ca3694 to your computer and use it in GitHub Desktop.
Save gdonega/d52fede48b8a5055fa0e0971b3ca3694 to your computer and use it in GitHub Desktop.
VueApp.vue dev versão #1
<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