mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 02:10:39 +00:00
Google adsense implementation
This commit is contained in:
Vendored
+9
@@ -312,6 +312,15 @@ const routesAdmin = [
|
||||
title: 'Sign In/Up',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'AppAdsense',
|
||||
path: '/admin/settings/adsense',
|
||||
component: () => import(/* webpackChunkName: "chunks/app-adsense" */ '../views/Admin/AppSettings/AppSettingsTabs/Adsense'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: 'Adsense',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user