Skip to content

Instantly share code, notes, and snippets.

@danielschmitz
Last active February 12, 2018 18:54
Show Gist options
  • Save danielschmitz/42b9d1f2ba849de61be4978643cc9b2e to your computer and use it in GitHub Desktop.
Save danielschmitz/42b9d1f2ba849de61be4978643cc9b2e to your computer and use it in GitHub Desktop.
Código do App.vue após a refatoração
<template>
<section id="app" class="section">
<router-view/>
</section>
</template>
<script>
export default {
name: 'App'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment