Files
sodalive-vuejs-creator-admin/src/views/Agent/Calculate/AgentCalculateContentDonation.vue

16 lines
297 B
Vue

<template>
<v-container>
<h2>에이전트 전용 - 크리에이터별 콘텐츠 후원 정산</h2>
<p> 페이지는 추후 구현 예정입니다.</p>
</v-container>
</template>
<script>
export default {
name: 'AgentCalculateContentDonation'
}
</script>
<style scoped>
</style>