App.vue 90 B

123456789
  1. <template>
  2. <router-view/>
  3. </template>
  4. <script>
  5. </script>
  6. <style lang="scss">
  7. </style>