潘志宝
2024-09-29 9907560470c1a6821f4998453bb885cd9fee3445
提交 | 用户 | 时间
820397 1 <template>
H 2   <div>
e7305d 3     <h1>这里是应用首页</h1>
820397 4   </div>
H 5 </template>
6 <script lang="ts" setup>
7
8
9 defineOptions({ name: 'Home' })
10
11
12 </script>