我收到的评价

This commit is contained in:
shijingjing
2022-11-22 14:47:31 +08:00
parent b1cd382426
commit 848fd17f26

View File

@@ -0,0 +1,28 @@
<template>
<div class="AppCommentsReceived">
<h1>我收到的评价</h1>
</div>
</template>
<script>
export default {
appName: '我收到的评价',
data() {
return {
}
},
methods: {
},
onShow() {
}
}
</script>
<style lang='scss' scoped>
.AppCommentsReceived {
}
</style>