|
@@ -153,6 +153,16 @@ const routes = [{
|
|
|
path: '/indicia',
|
|
|
component: () => import('../views/SinglePerformanceAnalysis/individualPandectinformationdetails.vue')
|
|
|
}
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/history_date',
|
|
|
+ component: () => import('../views/SinglePerformanceAnalysis/individualHistoryinformation.vue')
|
|
|
+ }
|
|
|
+ ,
|
|
|
+ {
|
|
|
+ path: '/PowerandWindspeed_Chart',
|
|
|
+ component: () => import('../views/SinglePerformanceAnalysis/PowerandWindspeedChart.vue')
|
|
|
+ }
|
|
|
]
|
|
|
|
|
|
const router = new VueRouter({
|