mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
improve home page
This commit is contained in:
parent
27a2cdcaeb
commit
08d10184fb
6 changed files with 110 additions and 25 deletions
|
|
@ -1,9 +1,13 @@
|
|||
// .vitepress/theme/index.js
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import layout from './layout.vue'
|
||||
import { enhanceAppWithTabs } from 'vitepress-plugin-tabs/client'
|
||||
import './vars.css'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
enhanceAppWithTabs(app)
|
||||
},
|
||||
Layout: layout
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue