mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 15:39:35 +08:00
16 lines
205 B
Markdown
16 lines
205 B
Markdown
---
|
|
layout: page
|
|
navbar: false
|
|
sidebar: false
|
|
aside: false
|
|
footer: false
|
|
outline: false
|
|
---
|
|
|
|
<script setup>
|
|
import DemoComponent from './Inner.vue'
|
|
</script>
|
|
|
|
<ClientOnly>
|
|
<DemoComponent />
|
|
</ClientOnly> |