mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-04 21:20:51 +08:00
8 lines
183 B
Vue
8 lines
183 B
Vue
<template>
|
|
<AdminAffiliateRecordsTable type="transfers" />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import AdminAffiliateRecordsTable from './AdminAffiliateRecordsTable.vue'
|
|
</script>
|