Layout.vue 106 B

1234567891011
  1. <template>
  2. <div>
  3. <router-view></router-view>
  4. </div>
  5. </template>
  6. <script>
  7. </script>
  8. <style>
  9. </style>