成长路径图的页面

This commit is contained in:
NiSen
2024-01-24 10:59:02 +08:00
parent 12f4bd8abb
commit fcfc575a4c
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div>
成长路径
</div>
</template>
<script>
export default {
name: 'Growth'
};
</script>
<style scoped></style>