diff --git a/.gitignore b/.gitignore index 0402c0d..c2c1700 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ deploy.sh /.vscode/ **/.DS_Store .env -yarn.lock \ No newline at end of file +yarn.lock +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json index 4548e92..55d4d57 100644 --- a/package.json +++ b/package.json @@ -92,6 +92,7 @@ "@hyoga/uni-socket.io": "^1.0.1", "dayjs": "^1.11.6", "lodash": "^4.17.21", + "luch-request": "^3.0.8", "pinia": "^2.0.24", "pinia-plugin-persist-uni": "^1.2.0", "qs-canvas": "^1.0.11", diff --git a/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue b/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue index 01d8c17..5cead77 100644 --- a/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue +++ b/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue @@ -1,5 +1,5 @@