PageHome.vue 183 Bytes
Newer Older
hucy's avatar
hucy committed
1 2 3 4 5 6 7 8 9 10 11
<!--
 * 主页
  -->
<script setup lang="ts">
import MyPoems from '../page10/element/MyPoems.vue';
</script>
<template>
  <my-poems />
</template>

<style lang="scss" scoped></style>