🤔 test(user): 用户页草创,用于试验各种接口

This commit is contained in:
BTMuli
2023-05-04 21:12:05 +08:00
parent baff5a17c6
commit bc118a11c0
3 changed files with 22 additions and 3 deletions

6
src/pages/User.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<h1>用户页</h1>
</template>
<script setup lang="ts">
</script>
<style scoped></style>