添加了部分来自于BedrockWiki的文章!
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import MyFeatures from './components/MyFeatures.vue'
|
||||
import CodeHeader from './components/content/CodeHeader.vue'
|
||||
import WikiImage from './components/content/WikiImage.vue'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
app.component('MyFeatures', MyFeatures)
|
||||
app.component('MyFeatures', MyFeatures);
|
||||
app.component('CodeHeader', CodeHeader);
|
||||
app.component('WikiImage', WikiImage);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user