Guest User

Untitled

a guest
Feb 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <template>
  2. <section id="app" class="section">
  3. <router-view/>
  4. </section>
  5. </template>
  6.  
  7. <script>
  8. export default {
  9. name: 'App'
  10. }
  11. </script>
Add Comment
Please, Sign In to add comment