8 lines
121 B
Vue
Raw Normal View History

2024-04-29 17:11:33 +08:00
<template>
<div>首页</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>