feat: dark mode

This commit is contained in:
Vben
2021-04-07 23:14:51 +08:00
parent f05cc6d34e
commit 5b8eb4a49a
109 changed files with 871 additions and 2873 deletions

View File

@@ -21,11 +21,6 @@ const menu: MenuModule = {
path: 'googleMap',
name: t('routes.demo.charts.googleMap'),
},
{
path: 'apexChart',
name: t('routes.demo.charts.apexChart'),
},
{
path: 'echarts',
name: 'Echarts',

View File

@@ -38,14 +38,6 @@ const charts: AppRouteModule = {
component: () => import('/@/views/demo/charts/map/Google.vue'),
},
{
path: 'apexChart',
name: 'ApexChart',
meta: {
title: t('routes.demo.charts.apexChart'),
},
component: () => import('/@/views/demo/charts/apex/index.vue'),
},
{
path: 'echarts',
name: 'Echarts',