Skip to content

Commit

Permalink
multiple 最小作用值限制为 1
Browse files Browse the repository at this point in the history
  • Loading branch information
CJY0208 committed Oct 22, 2019
1 parent 497c321 commit ceca4dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cacheRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
}

if (isNumber(multiple)) {
multiple = clamp(multiple);
multiple = clamp(multiple, 1);
}

return (
Expand Down
Loading

0 comments on commit ceca4dc

Please sign in to comment.