Skip to content

Commit 065deb8

Browse files
authored
Update index.ts
1 parent ca272da commit 065deb8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/.vitepress/theme/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ 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'
1516

1617
export default {
1718
extends: DefaultTheme,
@@ -26,6 +27,7 @@ export default {
2627
app.component('Linkcard' , Linkcard);
2728
app.component('ArticleMetadata' , ArticleMetadata);
2829
app.component('HomeUnderline' , HomeUnderline);
30+
app.component('DownloadPage', DownloadPage);
2931
if (inBrowser) {
3032
router.onAfterRouteChanged = () => {
3133
busuanzi.fetch()

0 commit comments

Comments
 (0)