App.vue 141 B

12345678910
  1. <template>
  2. <transition name="fade">
  3. <router-view></router-view>
  4. </transition>
  5. </template>
  6. <script>
  7. export default {
  8. }
  9. </script>