mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-09-10 20:56:51 +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 /> |