index.vue 117 B

12345678910111213
  1. <script>
  2. export default {
  3. name: 'index'
  4. }
  5. </script>
  6. <template>
  7. </template>
  8. <style scoped lang="scss">
  9. </style>