feat: 门店评价

This commit is contained in:
wanglei
2024-06-23 18:06:40 +08:00
parent 316e530943
commit d1c0c4a784
3 changed files with 356 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div>
Detail
</div>
</template>
<script>
export default {
name: "Detail",
data() {
return {}
},
}
</script>
<style lang="scss" scoped>
</style>