zhangwei
3 天以前 14f7d39b1885442de42bdd81806774151baddd4f
1
2
3
4
5
6
7
8
9
<script setup lang="ts">
defineOptions({
  name: "Welcome"
});
</script>
 
<template>
  <h1>首页</h1>
</template>