forked from AkkomaGang/admin-fe
Rename Moderation log component
This commit is contained in:
parent
e4a82cee72
commit
78571918fd
4 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const moderationLog = {
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
component: () => import('@/views/moderation_log/index'),
|
component: () => import('@/views/moderationLog/index'),
|
||||||
name: 'Moderation Log',
|
name: 'Moderation Log',
|
||||||
meta: { title: 'moderationLog', icon: 'list', noCache: true }
|
meta: { title: 'moderationLog', icon: 'list', noCache: true }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue