diff --git a/app/sections/dashboard/Dashboard.vue b/app/sections/dashboard/Dashboard.vue index 7d91c52..db34e5a 100644 --- a/app/sections/dashboard/Dashboard.vue +++ b/app/sections/dashboard/Dashboard.vue @@ -26,9 +26,9 @@ }, components: { - 'dailygraph': httpVueLoader('../../../app/sections/dashboard/DailyGraph.vue' + '?v=' + new Date().getTime()), - 'weeklygraph': httpVueLoader('../../../app/sections/dashboard/WeeklyGraph.vue' + '?v=' + new Date().getTime()), - 'environmentcheck': httpVueLoader('../../../app/sections/dashboard/EnvironmentCheck.vue' + '?v=' + new Date().getTime()) + 'dailygraph': httpVueLoader('../../shareds/DailyGraph.vue' + '?v=' + new Date().getTime()), + 'weeklygraph': httpVueLoader('../../shareds/WeeklyGraph.vue' + '?v=' + new Date().getTime()), + 'environmentcheck': httpVueLoader('../../shareds/EnvironmentCheck.vue' + '?v=' + new Date().getTime()) } } diff --git a/app/sections/dashboard/DailyGraph.vue b/app/shareds/DailyGraph.vue similarity index 100% rename from app/sections/dashboard/DailyGraph.vue rename to app/shareds/DailyGraph.vue diff --git a/app/sections/dashboard/EnvironmentCheck.vue b/app/shareds/EnvironmentCheck.vue similarity index 100% rename from app/sections/dashboard/EnvironmentCheck.vue rename to app/shareds/EnvironmentCheck.vue diff --git a/app/sections/dashboard/WeeklyGraph.vue b/app/shareds/WeeklyGraph.vue similarity index 100% rename from app/sections/dashboard/WeeklyGraph.vue rename to app/shareds/WeeklyGraph.vue