File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ahooks-vue" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"description" : " ahooks-vue" ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"repository" : " https://github.com/dewfall123/ahooks-vue.git" ,
69
69
"screenfull" : " ^5.1.0" ,
70
70
"ts-jest" : " ^25.2.1" ,
71
71
"typescript" : " ^4.1.5" ,
72
- "vitepress-for-component" : " ^0.14.8 " ,
72
+ "vitepress-for-component" : " ^0.15.1 " ,
73
73
"vue" : " ^3.0.1" ,
74
74
"whatwg-fetch" : " ^3.5.0"
75
75
},
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ function encodeParams(value: UrlState) {
17
17
function decodeParams ( valueStr : string ) {
18
18
// return JSON.parse(decodeURIComponent(atob(valueStr)));
19
19
return qs . parse ( valueStr , {
20
+ // fix: 数组长度限制问题
21
+ arrayLimit : 10000 ,
20
22
decoder ( str , decoder , charset ) {
21
23
const strWithoutPlus = str . replace ( / \+ / g, ' ' ) ;
22
24
if ( charset === 'iso-8859-1' ) {
Original file line number Diff line number Diff line change @@ -7654,10 +7654,10 @@ vite@^2.4.1:
7654
7654
optionalDependencies :
7655
7655
fsevents "~2.3.2"
7656
7656
7657
- vitepress-for-component@^0.14.8 :
7658
- version "0.14.8 "
7659
- resolved "https://registry.yarnpkg.com/vitepress-for-component/-/vitepress-for-component-0.14.8 .tgz#b3ab5f089062c76bde31d8e7fa35485376e22019 "
7660
- integrity sha512-DxtB4tTg9Ck7ZaDSOzEG/tIbk0ymfDB86/F5Ne8SqR3FxNE2nF4gcIVFs0nbG0HmiWWZBP+mR/Ek4GYAOyK0mQ ==
7657
+ vitepress-for-component@^0.15.1 :
7658
+ version "0.15.1 "
7659
+ resolved "https://registry.yarnpkg.com/vitepress-for-component/-/vitepress-for-component-0.15.1 .tgz#0f074a85bc4d9c68fb7020db989f6d4108396987 "
7660
+ integrity sha512-eD4Ij9DZZ7i6v6efapXeuyw4oNNh5qh2U2eel5rCY2fgOEU1lGgCANuVwD7Tb027AKw4Wyrn+BMEi1jJDWySPg ==
7661
7661
dependencies :
7662
7662
" @docsearch/css" " ^1.0.0-alpha.28"
7663
7663
" @docsearch/js" " ^1.0.0-alpha.28"
You can’t perform that action at this time.
0 commit comments