KeChengJiaoFu/pages/my/my.vue

23 lines
166 B
Vue
Raw Permalink Normal View History

2024-10-21 07:22:55 +00:00
<template>
<view>
1234
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>