Jay
2024-09-24 b51b65c3979af5b1d6642ffc29e4f2811e8716f8
提交 | 用户 | 时间
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>