Skip to content

Commit f01235e

Browse files
authored
style: delete log
style: delete log
2 parents a9191ff + 9847a86 commit f01235e

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-hooks-plus",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Vue hooks library",
55
"files": [
66
"dist",

packages/hooks/src/useRequest/useRequestImplement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ function useRequestImplement<TData, TParams extends any[]>(
104104
// }
105105
// 自动收集依赖
106106
if (readyComputed.value && fetchInstance.options.refreshDeps === true && !!serviceRef.value) {
107-
console.log("运行1");
108107
fetchInstance.run(...(params as TParams))
109108
}
110109
}

packages/use-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-hooks-plus/use-request",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Vue use-request hooks library",
55
"files": [
66
"dist",

packages/use-request/src/useRequestImplement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ function useRequestImplement<TData, TParams extends any[]>(
104104
// }
105105
// 自动收集依赖
106106
if (readyComputed.value && fetchInstance.options.refreshDeps === true && !!serviceRef.value) {
107-
console.log("运行1");
108107
fetchInstance.run(...(params as TParams))
109108
}
110109
}

0 commit comments

Comments
 (0)