Skip to content

Commit

Permalink
7.0 toc_update
Browse files Browse the repository at this point in the history
  • Loading branch information
hikarievo committed Sep 21, 2024
1 parent 36ee81c commit c7e747d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vuepress/theme/components/ContentContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@
</style>

<script>
import TOC from '../global-components/TOC.vue'
export default {
inject: ['getPhotoSwipe', 'gotoId'],
data() {
return {
slotKeys: ['default']
}
},
components: { TOC },
methods: {
scrollToTop() {
this.gotoId('')
Expand Down

0 comments on commit c7e747d

Please sign in to comment.