Skip to content

Commit 9bdf746

Browse files
committed
refactor: remove unused enhanceApp method and clean up imports
1 parent 36c94cb commit 9bdf746

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/.vitepress/theme/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// https://vitepress.dev/guide/custom-theme
2-
import {h} from 'vue'
32
import Theme from 'vitepress/theme'
43
import Contributors from './components/Contributors.vue'
54
import './style.css'
@@ -8,8 +7,4 @@ import MyLayout from "./MyLayout.vue";
87
export default {
98
extends: Theme,
109
Layout: MyLayout,
11-
enhanceApp({app, router, siteData}) {
12-
// app.component('Component', Component)
13-
app.component('Contributors', Contributors)
14-
},
1510
}

0 commit comments

Comments
 (0)