We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18ac09 commit fb13846Copy full SHA for fb13846
docs/.vuepress/theme/components/Page.vue
@@ -16,7 +16,6 @@
16
</div>
17
18
<Analytics />
19
- <ScrollPatch />
20
21
<slot name="bottom" />
22
</main>
@@ -29,7 +28,6 @@ import PageNav from '@parent-theme/components/PageNav.vue'
29
28
import Feedback from './Feedback.vue'
30
import LegacyCallout from './LegacyCallout.vue'
31
import Analytics from './Analytics.vue'
32
-import ScrollPatch from './ScrollPatch.vue'
33
34
export default {
35
name: 'Page',
@@ -38,8 +36,7 @@ export default {
38
36
PageNav,
39
37
Feedback,
40
LegacyCallout,
41
- Analytics,
42
- ScrollPatch
+ Analytics
43
},
44
props: ['sidebarItems'],
45
computed: {
docs/.vuepress/theme/components/ScrollPatch.vue
0 commit comments