Humanity.vue 127 B

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