prizeDraw.vue 203 B

1234567891011
  1. <template>
  2. <view>
  3. <SlotMachine v-bind="$attrs"></SlotMachine>
  4. </view>
  5. </template>
  6. <script setup>
  7. import SlotMachine from '@/pages/lucky/SlotMachine'
  8. </script>
  9. <style lang="scss" scoped>
  10. </style>