liveh5-nuxt/app/components/itemDetail/index.vue
xingyy 8235b9a779 feat(itemDetail): 新增拍品详情页面组件
- 添加 itemDetail 页面的基本结构和样式
- 在 home 页面中添加拍品详情弹窗的打开事件
-调整拍品详情弹窗的内容和样式
2025-01-13 09:37:34 +08:00

13 lines
89 B
Vue

<script setup>
</script>
<template>
<div>
</div>
</template>
<style scoped>
</style>