bonus-material-app/src/pages/my/index.vue

13 lines
148 B
Vue
Raw Normal View History

2024-11-18 09:05:38 +08:00
<template>
<view class="content"> 我的 </view>
</template>
<script setup>
import { ref } from 'vue'
</script>
<style>
.content {
}
</style>