mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-22 04:54:43 +00:00
- language strings fix
- scrolling fix
This commit is contained in:
Vendored
+3
-3
@@ -23,7 +23,7 @@ const routesAdmin = [
|
||||
component: () => import(/* webpackChunkName: "chunks/invoices" */ '../views/Admin/Invoices'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'routes_title.invoices',
|
||||
title: 'transactions',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -32,7 +32,7 @@ const routesAdmin = [
|
||||
component: () => import(/* webpackChunkName: "chunks/subscriptions" */ '../views/Admin/Subscriptions'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Subscriptions',
|
||||
title: 'subscriptions',
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -343,7 +343,7 @@ const routesAdmin = [
|
||||
),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'email',
|
||||
title: 'environment',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Vendored
+1
-1
@@ -40,7 +40,7 @@ const routesUser = [
|
||||
component: () => import(/* webpackChunkName: "chunks/billing" */ '../views/User/Billing'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'subscription',
|
||||
title: 'billing',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="h-screen md:overflow-hidden lg:flex w-full">
|
||||
<div class="h-screen lg:overflow-hidden lg:flex w-full">
|
||||
<!--On Top of App Components-->
|
||||
<FilePreview />
|
||||
<Spotlight />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="h-screen md:overflow-hidden lg:flex w-full">
|
||||
<div class="h-screen lg:overflow-hidden lg:flex w-full">
|
||||
<!--On Top of App Components-->
|
||||
<FilePreview />
|
||||
<Spotlight />
|
||||
|
||||
Reference in New Issue
Block a user