Last active
February 12, 2018 18:54
-
-
Save danielschmitz/42b9d1f2ba849de61be4978643cc9b2e to your computer and use it in GitHub Desktop.
Código do App.vue após a refatoração
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> | |
<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