完整版BedrockWiki镜像!
This commit is contained in:
@@ -2,6 +2,9 @@ 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'
|
||||
import Button from './components/content/Button.vue'
|
||||
import FolderView from './components/content/FolderView/FolderView.vue'
|
||||
import Checklist from './components/content/Checklist.vue'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
@@ -9,5 +12,8 @@ export default {
|
||||
app.component('MyFeatures', MyFeatures);
|
||||
app.component('CodeHeader', CodeHeader);
|
||||
app.component('WikiImage', WikiImage);
|
||||
app.component('BButton', Button);
|
||||
app.component('Checklist', Checklist);
|
||||
app.component('FolderView', FolderView);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user