Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/.vuepress/theme/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
</div>

<Analytics />
<ScrollPatch />

<slot name="bottom" />
</main>
Expand All @@ -29,7 +28,6 @@ import PageNav from '@parent-theme/components/PageNav.vue'
import Feedback from './Feedback.vue'
import LegacyCallout from './LegacyCallout.vue'
import Analytics from './Analytics.vue'
import ScrollPatch from './ScrollPatch.vue'

export default {
name: 'Page',
Expand All @@ -38,8 +36,7 @@ export default {
PageNav,
Feedback,
LegacyCallout,
Analytics,
ScrollPatch
Analytics
},
props: ['sidebarItems'],
computed: {
Expand Down
21 changes: 0 additions & 21 deletions docs/.vuepress/theme/components/ScrollPatch.vue

This file was deleted.