8 lines
104 B
Vue
Raw Normal View History

2024-03-28 23:56:57 +08:00
<template>
<div>首页</div>
</template>
<script setup></script>
<style lang="scss" scoped></style>