index.vue 80 B

123456789
  1. <template>
  2. </template>
  3. <script>
  4. export default {
  5. name: 'index',
  6. }
  7. </script>