File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,37 +25,37 @@ const routes = [
2525 path : '' ,
2626 component : DashboardView ,
2727 name : 'Dashboard' ,
28- description : 'Overview of environment'
28+ meta : { description : 'Overview of environment' }
2929 } , {
3030 path : '/tables' ,
3131 component : TablesView ,
3232 name : 'Tables' ,
33- description : 'Simple and advance table in CoPilot'
33+ meta : { description : 'Simple and advance table in CoPilot' }
3434 } , {
3535 path : '/tasks' ,
3636 component : TasksView ,
3737 name : 'Tasks' ,
38- description : 'Tasks page in the form of a timeline'
38+ meta : { description : 'Tasks page in the form of a timeline' }
3939 } , {
4040 path : '/setting' ,
4141 component : SettingView ,
4242 name : 'Settings' ,
43- description : 'User settings page'
43+ meta : { description : 'User settings page' }
4444 } , {
4545 path : '/access' ,
4646 component : AccessView ,
4747 name : 'Access' ,
48- description : 'Example of using maps'
48+ meta : { description : 'Example of using maps' }
4949 } , {
5050 path : '/server' ,
5151 component : ServerView ,
5252 name : 'Servers' ,
53- description : 'List of our servers'
53+ meta : { description : 'List of our servers' }
5454 } , {
5555 path : '/repos' ,
5656 component : ReposView ,
5757 name : 'Repository' ,
58- description : 'List of popular javascript repos'
58+ meta : { description : 'List of popular javascript repos' }
5959 }
6060 ]
6161 } , {
You can’t perform that action at this time.
0 commit comments