sodalive-vuejs-admin/src/views/Creator/CreatorReview.vue

14 lines
140 B
Vue

<template>
<div>후기관리</div>
</template>
<script>
export default {
name: "CounselorReview"
}
</script>
<style scoped>
</style>