index.vue 116 B

1234567
  1. <template>
  2. <DrawLotsPage />
  3. </template>
  4. <script setup>
  5. import DrawLotsPage from '../drawLots/index.vue'
  6. </script>