mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 07:29:33 +08:00
14 lines
176 B
Markdown
14 lines
176 B
Markdown
---
|
|
layout: page
|
|
navbar: false
|
|
sidebar: false
|
|
aside: false
|
|
footer: false
|
|
outline: false
|
|
---
|
|
|
|
<script setup>
|
|
import DemoComponent from './Inner.vue'
|
|
</script>
|
|
|
|
<DemoComponent /> |