File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ const routes = [
1717 // this generates a separate chunk (about.[hash].js) for this route
1818 // which is lazy-loaded when the route is visited.
1919 component : ( ) =>
20- import ( /* webpackChunkName: "dashboard" */ '@/views/Dashboard.vue' ) ,
20+ import (
21+ /* webpackChunkName: "dashboard" */ '@/views/dashboard/Dashboard.vue'
22+ ) ,
2123 } ,
2224 {
2325 path : '/theme' ,
Original file line number Diff line number Diff line change 2828 </CCol >
2929 </CRow >
3030 <CRow >
31- <MainChartExample
31+ <MainChart
3232 style =" height : 300px ; max-height : 300px ; margin-top : 40px "
3333 />
3434 </CRow >
@@ -275,14 +275,14 @@ import avatar3 from '@/assets/images/avatars/3.jpg'
275275import avatar4 from ' @/assets/images/avatars/4.jpg'
276276import avatar5 from ' @/assets/images/avatars/5.jpg'
277277import avatar6 from ' @/assets/images/avatars/6.jpg'
278- import MainChartExample from ' ./charts/MainChartExample '
279- import WidgetsStatsA from ' ./widgets/WidgetsStatsTypeA.vue'
280- import WidgetsStatsD from ' ./widgets/WidgetsStatsTypeD.vue'
278+ import MainChart from ' ./MainChart '
279+ import WidgetsStatsA from ' ./../ widgets/WidgetsStatsTypeA.vue'
280+ import WidgetsStatsD from ' ./../ widgets/WidgetsStatsTypeD.vue'
281281
282282export default {
283283 name: ' Dashboard' ,
284284 components: {
285- MainChartExample ,
285+ MainChart ,
286286 WidgetsStatsA,
287287 WidgetsStatsD,
288288 },
File renamed without changes.
You can’t perform that action at this time.
0 commit comments