We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f4a77 commit fe0a70fCopy full SHA for fe0a70f
.vitepress/theme/index.ts
@@ -10,7 +10,6 @@ import Gamma from './components/Gamma.vue';
10
import Concept from './components/Concept.vue'
11
import Since from './components/Since.vue';
12
import UnderConstruction from './components/UnderConstruction.vue';
13
-// import ScrollToTop from './components/ScrollToTop.vue'
14
import CfgInspect from './components/ConfigInspect.vue';
15
import TwoslashFloatingVue from '@shikijs/vitepress-twoslash/client'
16
@@ -36,7 +35,6 @@ export default {
36
35
ctx.app.component('Concept', Concept)
37
ctx.app.component('Since', Since)
38
ctx.app.component('UnderConstruction', UnderConstruction)
39
- // ctx.app.component('ScrollToTop', ScrollToTop)
40
ctx.app.use(TwoslashFloatingVue)
41
}
42
0 commit comments