diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue index cde7abb..39880e2 100644 --- a/app/pages/home/components/ItemList/index.vue +++ b/app/pages/home/components/ItemList/index.vue @@ -3,6 +3,7 @@ import { ref } from 'vue' import { goodStore } from "@/stores/goods" import DetailPopup from '../DetailPopup/index.vue' import MasonryWall from '@yeger/vue-masonry-wall' +import WaterfallFlow from '@/components/WaterfallFlow.vue' const { itemList, pageRef, @@ -59,40 +60,40 @@ const openShow = async (item) => { @load="loadMore" >