File tree Expand file tree Collapse file tree
virtdata-docsys/src/main/node/docsys Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <div >
3- <nuxt />
4- </div >
3+ <nuxt />
4+ </div >
55</template >
66
77<style >
5353 background-color : #35495e ;
5454 }
5555 </style >
56+
Original file line number Diff line number Diff line change 77 :active_category_name =" active_category_name"
88 :active_topic =" active_topic" />
99
10- <v-app-bar app color =" secondary" >
11- <v-app-bar-nav-icon @click.stop =" toggleDrawer" />
10+ <v-app-bar app dark color =" secondary" >
11+ <v-app-bar-nav-icon color = " primary " @click.stop =" toggleDrawer" />
1212 <v-toolbar-title >DS Bench Documentation</v-toolbar-title >
1313 </v-app-bar >
1414
15+
1516 <v-content >
1617 <v-container >
1718 <v-row align =" stretch" >
3031 </v-container >
3132 </v-content >
3233
33- <v-footer app color =" secondary" >
34+ <v-footer dark app color =" secondary" >
3435 <span >© ; 2020</span >
3536 </v-footer >
3637
3738 </v-app >
39+
40+
3841</template >
3942<script >
4043 import get_data from ' ~/mixins/get_data.js' ;
4649 components: {
4750 DocsMenu, MarkdownVue
4851 },
49- computed: {
50- isDrawerOpen () {
51- return this .$store .state .docs .isDrawerOpen ;
52- },
53- isDrawerOpen2 () {
54- return this .$store .getters .drawerState ;
55- }
56- },
57- methods: {
58- toggleDrawer () {
59- this .$store .commit (' docs/toggleDrawerState' );
60- }
61- },
6252 data (context ) {
6353 console .log (" data context.params:" + JSON .stringify (context .params ));
6454 console .log (" data context.route:" + JSON .stringify (context .route ));
8474 }
8575 }
8676 }
77+ },
78+ computed: {
79+ isDrawerOpen () {
80+ return this .$store .state .docs .isDrawerOpen ;
81+ },
82+ isDrawerOpen2 () {
83+ return this .$store .getters .drawerState ;
84+ }
85+ },
86+ methods: {
87+ toggleDrawer () {
88+ this .$store .commit (' docs/toggleDrawerState' );
89+ }
8790 }
8891 }
8992 </script >
Original file line number Diff line number Diff line change 44 <docs-menu v-model =" isDrawerOpen"
55 :categories =" categories"
66 :active_category =" active_category"
7+ :active_category_name =" active_category_name"
78 :active_topic =" active_topic" />
89
9- <v-app-bar app color =" secondary" >
10- <v-app-bar-nav-icon @click.stop =" toggleDrawer" />
10+ <v-app-bar app dark color =" secondary" >
11+ <v-app-bar-nav-icon color = " primary " @click.stop =" toggleDrawer" />
1112 <v-toolbar-title >DS Bench Documentation</v-toolbar-title >
1213 </v-app-bar >
1314
15+
16+
1417 <v-content >
1518 <v-container >
1619 <v-row align =" stretch" >
2932 </v-container >
3033 </v-content >
3134
32- <v-footer app color =" secondary" >
35+ <v-footer dark app color =" secondary" >
3336 <span >© ; 2020</span >
3437 </v-footer >
3538
3639 </v-app >
40+
3741</template >
3842<script >
3943 import get_data from ' ~/mixins/get_data.js' ;
4549 components: {
4650 DocsMenu, MarkdownVue
4751 },
48- computed: {
49- isDrawerOpen () {
50- return this .$store .state .docs .isDrawerOpen ;
51- },
52- isDrawerOpen2 () {
53- return this .$store .getters .drawerState ;
54- }
55- },
56- methods: {
57- toggleDrawer () {
58- this .$store .commit (' docs/toggleDrawerState' );
59- }
60- },
61- data (context ) {
52+ data (context ) {
6253 console .log (" data context.params:" + JSON .stringify (context .params ));
6354 console .log (" data context.route:" + JSON .stringify (context .route ));
6455 console .log (" data context.query:" + JSON .stringify (context .query ));
8374 }
8475 }
8576 }
77+ },
78+ computed: {
79+ isDrawerOpen () {
80+ return this .$store .state .docs .isDrawerOpen ;
81+ },
82+ isDrawerOpen2 () {
83+ return this .$store .getters .drawerState ;
84+ }
85+ },
86+ methods: {
87+ toggleDrawer () {
88+ this .$store .commit (' docs/toggleDrawerState' );
89+ }
8690 }
8791 }
8892 </script >
You can’t perform that action at this time.
0 commit comments