회원리스트 페이지

This commit is contained in:
Yu Sung
2023-08-06 11:12:35 +09:00
parent c60930a566
commit 1d4bcd601d
5 changed files with 39 additions and 39 deletions

View File

@@ -0,0 +1,15 @@
<template>
<v-container>
회원현황
</v-container>
</template>
<script>
export default {
name: "MembershipStatus"
}
</script>
<style scoped>
</style>