10 lines
119 B
Vue
Raw Normal View History

2021-12-10 14:11:49 +08:00
<template>
<div>
<h1>首页</h1>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>