index.vue 168 B

1234567891011121314
  1. <template>
  2. <div class="index-container">
  3. <version-information />
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'Index',
  9. components: {},
  10. }
  11. </script>