<template> <view> <SlotMachine v-bind="$attrs"></SlotMachine> </view> </template> <script setup> import SlotMachine from '@/pages/lucky/SlotMachine' </script> <style lang="scss" scoped> </style>