<script lang="ts" setup> import { defineProps } from "vue"; const props = defineProps(['userInfo', 'gameId']); </script> 複製代碼 ...
確定! 回上一頁