用户分享列表

This commit is contained in:
仲么了
2023-09-01 15:05:21 +08:00
parent fb5de4370b
commit 47f5beccab
7 changed files with 114 additions and 24 deletions

View File

@@ -0,0 +1,15 @@
<template>
<view class='index'>
</view>
</template>
<script>
export default {
data() {
return {}
},
methods: {}
}
</script>
<style lang='scss'>
</style>