NGPixel
2 years ago
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63
1 changed files with
1 additions and
1 deletions
-
client/themes/default/components/page.vue
|
@ -59,7 +59,7 @@ |
|
|
v-flex.page-col-sd(lg3, xl2, v-if='$vuetify.breakpoint.lgAndUp') |
|
|
v-flex.page-col-sd(lg3, xl2, v-if='$vuetify.breakpoint.lgAndUp') |
|
|
v-card.mb-5(v-if='tocDecoded.length') |
|
|
v-card.mb-5(v-if='tocDecoded.length') |
|
|
.overline.pa-5.pb-0(:class='$vuetify.theme.dark ? `blue--text text--lighten-2` : `primary--text`') {{$t('common:page.toc')}} |
|
|
.overline.pa-5.pb-0(:class='$vuetify.theme.dark ? `blue--text text--lighten-2` : `primary--text`') {{$t('common:page.toc')}} |
|
|
v-list.py-0(dense, nav, :class='$vuetify.theme.dark ? `darken-3-d3` : ``') |
|
|
|
|
|
|
|
|
v-list.py-2(dense, nav, :class='$vuetify.theme.dark ? `darken-3-d3` : ``') |
|
|
page-toc-item( |
|
|
page-toc-item( |
|
|
v-for='(item, idx) in tocDecoded' |
|
|
v-for='(item, idx) in tocDecoded' |
|
|
:key='`tocitem-` + idx' |
|
|
:key='`tocitem-` + idx' |
|
|