@polyv/product-launch 1.1.0-rc-20250904.1 → 1.1.0-rc-20250904.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19051,7 +19051,7 @@ const useProductList = (options) => {
19051
19051
  const productDataSource = ref({
19052
19052
  pageNumber: 1,
19053
19053
  pageSize: 20,
19054
- totalItems: 100,
19054
+ totalItems: 0,
19055
19055
  totalPages: 1,
19056
19056
  contents: []
19057
19057
  });
@@ -25674,8 +25674,8 @@ console.log(
25674
25674
  "%c@polyv/product-launch",
25675
25675
  "background:#409EFF;padding: 2px 6px;border-radius: 3px;color: #fff",
25676
25676
  "[component: mobile-product-list-popup]",
25677
- "[version: 1.1.0-rc-20250904.1]",
25678
- "[buildTime: 2025-09-04 03:22:55]"
25677
+ "[version: 1.1.0-rc-20250904.2]",
25678
+ "[buildTime: 2025-09-04 10:27:17]"
25679
25679
  );
25680
25680
  export {
25681
25681
  mobileProductListPopup as default