Files
dvcp_v2_wechat_app/src/project/tianfuxing/AppHome/PhotoReport.vue

16 lines
164 B
Vue
Raw Normal View History

2022-11-01 18:30:12 +08:00
<template>
<div class="Activity">
</div>
</template>
<script>
export default {
appName: '随手拍'
}
</script>
<style lang="scss" scoped>
</style>