회원리스트 페이지

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

@@ -28,7 +28,7 @@ const routes = [
{
path: '/member/list',
name: 'MemberList',
component: () => import(/* webpackChunkName: "member" */ '../views/Account/MemberList.vue')
component: () => import(/* webpackChunkName: "member" */ '../views/Member/./MemberList')
},
{
path: '/creator/tags',