update
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import './styles.css'
|
||||
import HeroAnim from './components/HeroAnim.vue'
|
||||
import { h } from 'vue'
|
||||
|
||||
export default DefaultTheme
|
||||
export default {
|
||||
...DefaultTheme,
|
||||
Layout() {
|
||||
return h(DefaultTheme.Layout, null, {
|
||||
'home-hero-image': () => h(HeroAnim)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user