初始化工程

This commit is contained in:
Xubx 2025-01-08 17:19:18 +08:00
parent c48041a2b5
commit a168e3d5cd
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<template>
<div>
<h1>学生信息</h1>
</div>
</template>
<script>
export default {
}
</script>
<style></style>