Initial commit

This commit is contained in:
libertyspy
2026-02-09 15:26:21 +08:00
parent f1bcd3812d
commit 7f8abf2ff2
5 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
<template>
<Layout>
<template #sidebar>
ddd
</template>
</Layout>
</template>
<script setup lang="ts">
import Layout from '../layout.vue'
</script>