diff --git a/docs/.vuepress/theme/components/Page.vue b/docs/.vuepress/theme/components/Page.vue index e516186df..81e6cdf23 100644 --- a/docs/.vuepress/theme/components/Page.vue +++ b/docs/.vuepress/theme/components/Page.vue @@ -16,7 +16,6 @@ - @@ -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', @@ -38,8 +36,7 @@ export default { PageNav, Feedback, LegacyCallout, - Analytics, - ScrollPatch + Analytics }, props: ['sidebarItems'], computed: { diff --git a/docs/.vuepress/theme/components/ScrollPatch.vue b/docs/.vuepress/theme/components/ScrollPatch.vue deleted file mode 100644 index 257e3a7cc..000000000 --- a/docs/.vuepress/theme/components/ScrollPatch.vue +++ /dev/null @@ -1,21 +0,0 @@ - -