Add catalog settings management
This commit is contained in:
@@ -83,6 +83,14 @@ const managerPageTabs = computed(() => {
|
||||
|
||||
if (route.path.startsWith('/admin/settings')) {
|
||||
return [
|
||||
{
|
||||
key: 'catalog',
|
||||
label: 'Каталог',
|
||||
active: route.path === '/admin/settings/catalog',
|
||||
to: {
|
||||
path: '/admin/settings/catalog',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'messages',
|
||||
label: 'Сообщения',
|
||||
|
||||
Reference in New Issue
Block a user