index.vue 123 B

123456789
  1. <template>
  2. <div class="table"></div>
  3. </template>
  4. <script setup lang="ts">
  5. </script>
  6. <style lang="scss" scoped>
  7. </style>