feat(agent-calc): 에이전트 전용 정산 메뉴/라우트 추가 및 기본 메뉴 경로 교체

This commit is contained in:
Yu Sung
2026-04-13 18:18:54 +09:00
parent 8ce660d45e
commit 6c8c5fb660
8 changed files with 137 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<template>
<v-container>
<h2>에이전트 전용 - 크리에이터별 커뮤니티 정산</h2>
<p> 페이지는 추후 구현 예정입니다.</p>
</v-container>
</template>
<script>
export default {
name: 'AgentCalculateCommunityPost'
}
</script>
<style scoped>
</style>