index.vue 101 B

1234567
  1. <script setup lang="ts"></script>
  2. <template>
  3. <div>index</div>
  4. </template>
  5. <style scoped></style>