mirror of
https://github.com/fmhy/edit.git
synced 2026-03-11 08:55:38 +00:00
12 lines
194 B
Markdown
12 lines
194 B
Markdown
|
|
---
|
||
|
|
layout: false
|
||
|
|
title: Startpage
|
||
|
|
pageClass: startpage-custom-styling
|
||
|
|
---
|
||
|
|
|
||
|
|
<script setup>
|
||
|
|
import StartPage from './.vitepress/theme/components/startpage/Startpage.vue'
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<StartPage />
|