index.vue 300 B

1234567891011121314
  1. <template>
  2. <div style="width: 400px;">
  3. <!-- <InfiniteScroll style="width: auto;"></InfiniteScroll> -->
  4. </div>
  5. </template>
  6. <script setup lang="ts">
  7. // import InfiniteScroll from '/@/views/productCenter/productAnalysis/components/InfiniteScroll/index.vue'
  8. </script>
  9. <style scoped>
  10. </style>