feat:搭建基本框架
This commit is contained in:
12
src/views/profile/index.vue
Normal file
12
src/views/profile/index.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div class="common-mobile-view profile">
|
||||
个人中心
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user