8 lines
143 B
Vue
Raw Normal View History

2024-06-16 22:57:26 +08:00
<template>
2024-06-17 20:13:36 +08:00
<div class="dc-page">用户信息</div>
2024-06-16 22:57:26 +08:00
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>