shortPlay-mini/pages/my/account/account.vue

23 lines
162 B
Vue
Raw Permalink Normal View History

2024-03-29 10:16:19 +08:00
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>