feat(agent-calc): 에이전트 전용 정산 메뉴/라우트 추가 및 기본 메뉴 경로 교체
This commit is contained in:
15
src/views/Agent/Calculate/AgentCalculateContentDonation.vue
Normal file
15
src/views/Agent/Calculate/AgentCalculateContentDonation.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<h2>에이전트 전용 - 크리에이터별 콘텐츠 후원 정산</h2>
|
||||
<p>이 페이지는 추후 구현 예정입니다.</p>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'AgentCalculateContentDonation'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user