Files
swimmingUni/src/pages/index/user.vue
2026-03-09 16:31:33 +08:00

20 lines
202 B
Vue

<template>
<view>
</view>
</template>
<script setup lang="ts">
import { onShow,onLoad } from "@dcloudio/uni-app";
onLoad(() => {
});
onShow(() => {
});
</script>
<style lang="scss">
</style>