File tree 4 files changed +6
-2
lines changed
4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " ajax-proxy" ,
3
3
"private" : true ,
4
4
"description" : " Modify your Ajax response to test" ,
5
- "version" : " 2.2.4 " ,
5
+ "version" : " 2.2.5 " ,
6
6
"scripts" : {
7
7
"dev" : " pnpm -C ./packages/vue-panels serve" ,
8
8
"watch" : " run-p watch:lib watch:chrome" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 3 ,
3
3
"name" : " Ajax Proxy" ,
4
- "version" : " 2.2.4 " ,
4
+ "version" : " 2.2.5 " ,
5
5
"description" : " Modify your Ajax response to test" ,
6
6
"author" : " Gj" ,
7
7
"icons" : {
Original file line number Diff line number Diff line change 4
4
:title =" title"
5
5
:visible.sync =" isShow"
6
6
:before-close =" handleClose"
7
+ :close-on-click-modal =" false"
8
+ :close-on-press-escape =" false"
7
9
top =" 1%"
8
10
width =" 80%"
9
11
>
Original file line number Diff line number Diff line change 4
4
:title =" title"
5
5
:visible.sync =" isShow"
6
6
:before-close =" handleClose"
7
+ :close-on-click-modal =" false"
8
+ :close-on-press-escape =" false"
7
9
top =" 1%"
8
10
width =" 80%"
9
11
>
You can’t perform that action at this time.
0 commit comments