mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 05:30:44 +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>
|