Skip to content

Commit ca272da

Browse files
authored
Update index.ts
1 parent 971b21f commit ca272da

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/.vitepress/theme/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import Linkcard from "./components/Linkcard.vue"
1212
import ArticleMetadata from "./components/ArticleMetadata.vue"
1313
import HomeUnderline from "./components/HomeUnderline.vue"
1414
import busuanzi from 'busuanzi.pure.js'
15-
import DownloadPage from './components/DownloadPage.vue'
1615

1716
export default {
1817
extends: DefaultTheme,
@@ -27,7 +26,6 @@ export default {
2726
app.component('Linkcard' , Linkcard);
2827
app.component('ArticleMetadata' , ArticleMetadata);
2928
app.component('HomeUnderline' , HomeUnderline);
30-
app.component('DownloadPage', DownloadPage);
3129
if (inBrowser) {
3230
router.onAfterRouteChanged = () => {
3331
busuanzi.fetch()
@@ -48,4 +46,4 @@ export default {
4846
() => nextTick(() => initZoom())
4947
);
5048
},
51-
} satisfies Theme
49+
} satisfies Theme

0 commit comments

Comments
 (0)