You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 line
129 B

  1. <script>
  2. export default {
  3. name: 'App',
  4. components: {
  5. }
  6. };
  7. </script>
  8. <template>
  9. <router-view></router-view>
  10. </template>