Ver Fonte

修改文件夹名称

lifanagju_citu há 5 meses atrás
pai
commit
6231bc6dcb

+ 3 - 3
src/views/mall/components/details.vue

@@ -69,9 +69,9 @@
 <script setup>
 defineOptions({name: 'goods-details'})
 import { getProductDetail } from '@/api/mall'
-import selectSku from './detailsComponents/s-select-sku.vue'
-import describe from './detailsComponents/describe.vue'
-import comment from './detailsComponents/comment.vue'
+import selectSku from './details/s-select-sku.vue'
+import describe from './details/describe.vue'
+import comment from './details/comment.vue'
 import { ref, reactive } from 'vue'
 import { useRouter } from 'vue-router'
 import Snackbar from '@/plugins/snackbar'

+ 0 - 0
src/views/mall/components/detailsComponents/comment.vue → src/views/mall/components/details/comment.vue


+ 0 - 0
src/views/mall/components/detailsComponents/describe.vue → src/views/mall/components/details/describe.vue


+ 0 - 0
src/views/mall/components/detailsComponents/s-select-sku.vue → src/views/mall/components/details/s-select-sku.vue