new landing page
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
import Landing from './Landing.vue'
|
||||
import './style.css'
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
enhanceApp({ app }) {
|
||||
app.component('Landing', Landing)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user