We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c94cb commit 9bdf746Copy full SHA for 9bdf746
1 file changed
docs/.vitepress/theme/index.js
@@ -1,5 +1,4 @@
1
// https://vitepress.dev/guide/custom-theme
2
-import {h} from 'vue'
3
import Theme from 'vitepress/theme'
4
import Contributors from './components/Contributors.vue'
5
import './style.css'
@@ -8,8 +7,4 @@ import MyLayout from "./MyLayout.vue";
8
7
export default {
9
extends: Theme,
10
Layout: MyLayout,
11
- enhanceApp({app, router, siteData}) {
12
- // app.component('Component', Component)
13
- app.component('Contributors', Contributors)
14
- },
15
}
0 commit comments